Project

General

Profile

action #47210

Updated by okurz over 4 years ago

## 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

Back