-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(UI): add enabled field to explicitly set in automatedSync in SyncPolicy #22482
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
@anandrkskd can you please take a look at this, its part of what you did on the UI side. cc @anandf |
536b83c
to
83bd592
Compare
@aali309 For UI PRs, please provide UI screenshot or videos of the previous vs. new experience. |
83bd592
to
8d14694
Compare
ui/src/app/applications/components/application-summary/application-summary.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-summary/application-summary.tsx
Outdated
Show resolved
Hide resolved
ui/src/app/applications/components/application-summary/application-summary.tsx
Outdated
Show resolved
Hide resolved
8d14694
to
e64defb
Compare
Is this an intended behaviour? Screen.Recording.2025-04-02.at.2.43.39.PM.mov@aali309 this seems like a bug, can we confirm this behaviour? |
586fa29
to
a8e8fad
Compare
Yes, its a bug, fixed now. THNX @anandrkskd |
c51aad9
to
72744f2
Compare
I have checked the changes and seems to be behaving as expected, thanks @aali309. |
ui/src/app/applications/components/application-summary/application-summary.tsx
Show resolved
Hide resolved
a44c1b0
to
75e7f7f
Compare
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
75e7f7f
to
ab0adc7
Compare
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
Signed-off-by: Atif Ali <atali@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thanks for opening #22592 to follow-up on improving the usability of this panel.
Adding enable field to explicitly set in automatedSync in SyncPolicy on UI
Fixes #21647
Part of: #21999
This PR add a boolean field named enable in Spec.SyncPolicy.Automated for explicitly enabling or disabling automatedSync.
These changes don't affect the current behaviour.
This field can be set using
Checklist: