Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jan 22, 2024
2 parents 20af092 + 7aa4e89 commit cc41628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected ISelectableDataProvider<SelectableBean<ResourceType>> createProvider()
provider.setDefaultCountIfNull(Integer.MAX_VALUE);
return provider;
} else {
return super.createProvider();
return createSelectableBeanObjectDataProvider(null, null, getQueryOptions());
}
}

Expand Down

0 comments on commit cc41628

Please sign in to comment.