-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74487/
-----------------------------------------------------------
Review request for ranger, Dhaval Rajpara, Dineshkumar Yadav, Madhan Neethiraj,
Mehul Parikh, Mugdha Varadkar, Nikunj Pansuriya, and Nitin Galave.
Bugs: RANGER-4293
https://issues.apache.org/jira/browse/RANGER-4293
Repository: ranger
Description
-------
When tried to delete a single user/group/role from UI. Inside the delete
confirmation prompt the name of the entity is overflowing if the name is very
large.
Steps to reproduce:
1. create a user with very large username like
"some_uresrnasjdsadjsadjksadjasdakdsakdsayrfytrtydtrdrtsrtdtrdtrdtrdrtdrtdtrdtrdrtdfggt4gfefgfdvfdgfdgfdg
fdgfdgfd"
2. Then try to delete it from the UI.
3. The name of the user flow out of the confirmation prompt.
Current behaviour:
The username is flowing out of the confirmation prompt.
Expected behaviour:
The username should be inside the confirmation prompt. If required there may be
a scroll.
Diffs
-----
security-admin/src/main/webapp/react-webapp/src/styles/style.css c8d4dcc4b
security-admin/src/main/webapp/react-webapp/src/views/CustomBreadcrumb.jsx
e3ba45f0e
security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/groups_details/GroupListing.jsx
b77c0fe73
security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/role_details/RoleListing.jsx
86059c463
security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/users_details/UserListing.jsx
4e1fc9205
Diff: https://reviews.apache.org/r/74487/diff/1/
Testing
-------
1)Build and Verified Ranger Admin setup with this changes.
2)Verified the following things:-
1)CRUD Operation in user/group/role module.
2)user/group/role listing pages.
Thanks,
Brijesh Bhalala