-
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
I18N-1291 - Mojito user management table should be searchable #155
Conversation
webapp/src/main/resources/public/js/components/common/SearchText.js
Outdated
Show resolved
Hide resolved
webapp/src/test/java/com/box/l10n/mojito/service/security/user/UserServiceTest.java
Show resolved
Hide resolved
2fbdb72
to
6bde22e
Compare
webapp/src/main/java/com/box/l10n/mojito/service/security/user/UserRepository.java
Outdated
Show resolved
Hide resolved
30d15b9
to
90e0c36
Compare
this.waitFor(UserSearchParamStore); | ||
|
||
const currPage = 0; | ||
const pageSize = 10; |
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.
Nit: I understand why we set the current page to 0 when the search term changes, but it would be nice to have the user's selected page stay the same even if they search again
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.
Done
Made user management table searchable
Made user management table searchable