Implement pagination in group list screen
Group list screen now uses pagination similar to project list screen. The number of groups displayed is determined by the 'Maximum Page Size' in user preferences. Change-Id: Id4649fda4b06ef62bf9d630460aeefc1c5f65989
This commit is contained in:
committed by
David Pursehouse
parent
dc78329e34
commit
d5edded54d
@@ -133,4 +133,7 @@ public interface AdminConstants extends Constants {
|
||||
|
||||
String pagedProjectListPrev();
|
||||
String pagedProjectListNext();
|
||||
|
||||
String pagedGroupListPrev();
|
||||
String pagedGroupListNext();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user