-
Notifications
You must be signed in to change notification settings - Fork 13
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
Automember > 'Host group rules' - Action buttons #630
Automember > 'Host group rules' - Action buttons #630
Conversation
96ab28b
to
66676ff
Compare
The 'Delete' button functionality must be implemented to handle the deletion of the Automember rules (User groups). Signed-off-by: Carla Martinez <[email protected]>
The Selector located in the toolbar should show the default group in the automembers page. This functionality should also allow to modify the default group via API command and show the new one. Signed-off-by: Carla Martinez <[email protected]>
The 'Add' button must allow the addition of new hostgroup rules to the table. Signed-off-by: Carla Martinez <[email protected]>
The 'Remove' button must manage the deletion of hostgroup rules in the table. Signed-off-by: Carla Martinez <[email protected]>
The default hostgroup functionality is handled through the selector located in the main toolbar. Signed-off-by: Carla Martinez <[email protected]>
66676ff
to
0ba870a
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.
LGTM, but I think the automember table entries should be links to the referenced entry. I guess a separate PR is needed :-)
The integration test should cover all use cases in the Automember > Hostgroup rules page. Signed-off-by: Carla Martinez <[email protected]>
0ba870a
to
4bde204
Compare
Indeed. But I plan to implement this functionality (related to the Settings page) in a different PR. |
The `hostgroup_members.feature` test needs to use an already-created host group to perform the checks on operations. Also, there are some duplicated components in the `AutoMemUserRules` component (most likely due to a rebase) that need to be corrected. Signed-off-by: Carla Martinez <[email protected]>
a4c8c0b
to
e7a2fd1
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.
Seems to fix other tests as well!
The action buttons for the 'Hostgroup rules' page have been implemented. This includes:
This PR depends on this one to be merged: #628