-
Notifications
You must be signed in to change notification settings - Fork 1
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
1494 add search to admin users page #1657
Conversation
…well as a fix to the filterDocuments function in saksdokumentadminpage
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.
Looks good! Could be an idea to add debouncing to limit the number of searches. Could be a lot of users here later and too many searches can be a bit inefficient.
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
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.
se kommentarer
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.
❗ se bort i fra denne ❗
Denne kan merges, så kan du fortsette på denne #1668
found out that I would be ok to complete as planed
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.
Se DM på Discord
… bug fix for the search function in utils.py, so that it is possible to search by first+last name
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.
Nice
Adds a search bar to the "Brukere" tab in the admin panel (kontrollpanel) that you can use to search for a user by their first and last name. (Also fixes a small error in the "Saksdokumenter" tab)
closes #1494