Actions
Bug #8292
closedrudder-dev doesn't correctly update list of assignable users
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Two different errors occur:
1) When the list of users is displayed and you enter "r" to reload it, the cache file is reloaded but never read again, so the list displayed is always the same
2) The list of project members is obtained by a simple call to /projects/<id>/memberships.json, but this has a default limit of 25 entries, and Rudder has well over that number
Actions