Actions
action #47210
closed"Users" page in web UI resets to showing the first page of 10 users every time you make a change
Start date:
2019-02-06
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
If you go to the Users admin page in the web UI and, say, go to the third page and make a change, or set it to show 100 instead of 10 users and make a change, it will then reload itself...but again showing only the first page of 10 users. This is very annoying if you're progressively working through the list making changes as you have to constantly keep navigating back to whatever page you were on, or increasing the count of users shown, each time you make a change.
Acceptance criteria¶
- AC1: Only changed elements are reloaded on the page
Suggestions¶
- Take a look how currently the refreshing is done
- Do some magic in javascript to only update affected table rows
Actions