-
Notifications
You must be signed in to change notification settings - Fork 204
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
Restore services of service set on restoring service set. #2420
Conversation
ref/IP/35863 |
Hi @raviks789, thank you for this PR! Main problems:
You correctly figured out, that related Service activities must have their Activity (Removal) Log somehow being triggered. I'd have had preferred a direct call to But please let me propose a different implementation. The main issue here is how deletion takes place. A user issues a single operation ("Delete a Service Set"), but behind the scenes, multiple operations take place. For a better end user experience, this should be "one step" throughout the UI. Read: there should be only one entry in the Activity Log. This sounds tricky, but the good news is: most of the related work has already been done. Could you please give that approach a try? Only if you find the time of course, otherwise please let me know. I'm allowed to dedicate some time to similar tasks this week. Thanks a lot, |
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.
.
6f5c617
to
47cf140
Compare
4c8d82a
to
7774455
Compare
7774455
to
19dea6b
Compare
ref/NC/732413 |
8bc15dc
to
278f855
Compare
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.
The export/import logic wasn't removed, only moved. (56f81b9) Isn't it still applicable here?
376434d
to
278f855
Compare
278f855
to
e990694
Compare
All the services which were under the service set when it was deleted must be restored when it is restored from activity log.
e990694
to
485474f
Compare
All the services which were under the service set when it was deleted must be restored when it is restored from activity log.
dependent on PR: #2418
fix #1065