Details
-
New Feature
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
None
Description
User list controller makes an unnecessary call to getAllUsers() for a list of users that's used on the User List page. The page uses DWRUserService.getAllUsers() to populate the list of users, so the controller's form backing object does not seem to be used on the page.
This is mainly an annoying issue since it takes about 10 seconds to load the user list page.