Content
View differences
Updated by Aaron Contreras over 2 years ago
Currently, the share modal is always updated completly when:
* Adding a user (also when re-adding readding a user with a different role via the autocompleter)
* Changing a user's roles
* Removing a user
This is to be changed so that on onĀ
* Adding a user (also when re-adding readding a user with a different role via the autocompleter)
* Removing a user
only the row within the list of shared with users is added/removed.
This should keep the focus where it is and avoid reloading the autocompleter after every action.
* Adding a user (also when re-adding
* Changing a user's roles
* Removing a user
This is to be changed so that on
* Adding a user (also when re-adding
* Removing a user
only the row within the list of shared with users is added/removed.
This should keep the focus where it is and avoid reloading the autocompleter after every action.