-
Notifications
You must be signed in to change notification settings - Fork 12
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 Selectors #138
Conversation
1c6b8fb
to
20316ae
Compare
This PR depends on this one to be merged: #136 |
20316ae
to
16af12e
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.
Hi, added comments from reading the code (didn't try it yet). Most of them is about simplification - to have less code to maintain.
16af12e
to
85b594d
Compare
I have updated the code with the suggested changes. Some comments were provided as well. |
85b594d
to
c4a806b
Compare
Updated the code again with the last corrections. |
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.
Added next round of review.
c4a806b
to
973705b
Compare
Updated the code with the last corrections. |
The Select[1] components need to be adapted to take data from the metadata. This will be applied for the fields 'Radius proxy configuration' and 'External IdP configuration'. [1]- http://v4-archive.patternfly.org/v4/components/select Signed-off-by: Carla Martinez <[email protected]>
973705b
to
eb502b7
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 Select[1] components has been adapted to take data from the metadata. This has been applied for the fields 'Radius proxy configuration' and 'External IdP configuration'.
[1]- http://v4-archive.patternfly.org/v4/components/select