When editing a realm with Admin Realm editor, need paging for realm with thousands of participants
GENERAL
TESTING
GENERAL
TESTING
Description
Where there are thousands of users in a site, it is impossible to edit permissions for a particular role via the Admin Realm editor. The roles are listed at the bottom, and since the browser can't handle the listing of thousands, you can't get to the role list at the bottom. We need some sort of paging to control the lentgh of the participant list so permissions can be edited.
Oracle database query is modified at FlatStorageSqlOracle.java. This is part of kernel and the patch to it attached at KNL-67.
Savitha Prakash October 16, 2008 at 7:45 AM
This is related to
Savitha Prakash October 15, 2008 at 1:37 PM
Realms has inherent paging, however the query is not efficient enough and it scans through the entire list in the database, before selecting specified number of records.
Where there are thousands of users in a site, it is impossible to edit permissions for a particular role via the Admin Realm editor. The roles are listed at the bottom, and since the browser can't handle the listing of thousands, you can't get to the role list at the bottom. We need some sort of paging to control the lentgh of the participant list so permissions can be edited.