-
Notifications
You must be signed in to change notification settings - Fork 3
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
implement group-edit #157
implement group-edit #157
Conversation
dd6a617
to
1cf06e0
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.
See comments
ae3b157
to
dc8fec3
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.
Did some test and found issues:
- When create new group, the available is not shown.
- When edit the group, after adding/removing the constituents and click save to send the requests, the group json sent is not correct for the constituents part. (The added/removed constituents are not saved in sent group json)
Signed-off-by: Harsh Modi <[email protected]>
Signed-off-by: Harsh Modi <[email protected]>
It was being overwritten by old changelog from data.metadata.changelog Signed-off-by: Harsh Modi <[email protected]>
Signed-off-by: Harsh Modi <[email protected]>
Signed-off-by: Harsh Modi <[email protected]>
Signed-off-by: Harsh Modi <[email protected]>
both are fixed now. PTAL |
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.
All looks good except a small issue.
Remove the package itself from available list Remove duplicates if there are any Remove all other packages of not the same type Signed-off-by: Harsh Modi <[email protected]>
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
No description provided.