Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1707878] Use unlimited PageList for fetching BundleGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Burman committed May 24, 2019
1 parent 43d429a commit c9a12ed
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2697,6 +2697,7 @@ public BundleGroupAssignmentComposite getAssignableBundleGroups(Subject subject,
// can assign any bundle anywhere, or leave unassigned
if (hasManageBundleGroups) {
BundleGroupCriteria criteria = new BundleGroupCriteria();
criteria.setPageControl(PageControl.getUnlimitedInstance());
// just get all the bundle groups by using overlord and no filters
List<BundleGroup> bundleGroups = findBundleGroupsByCriteria(subjectManager.getOverlord(), criteria);
result.setCanBeUnassigned(true);
Expand Down

0 comments on commit c9a12ed

Please sign in to comment.