-
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
[Active users][Settings][Account settings] Add functionality for checkbox list #139
Conversation
6182301
to
79e95b0
Compare
This PR depends on this one to be merged: #136 |
b83dadc
to
1b1d6ff
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.
Thanks for the PR. Added few comments.
There is also one issue which we will probably need to deal with soon - when comparing if we did any changes, the order of values in array might matter in the comparison but in some cases it might not matter in IPA itself.
1b1d6ff
to
6583906
Compare
The code has been updated and amended based on most of the feedback requested above. Some conversations still need to be clarified. |
6583906
to
ab3f564
Compare
Updated the code based on feedback provided. |
The functionality for the group of checkboxes needs to be implemented and applied to the following field: 'User authentication types' (`ipauserauthtype`). Signed-off-by: Carla Martinez <carlmart@redhat.com>
ab3f564
to
add1e6d
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
The functionality for the group of checkboxes has been implemented and applied to the following field: 'User authentication types' (
ipauserauthtype
).