Skip to content

Commit

Permalink
Fix "no page" condition in resource content page
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Dec 17, 2018
1 parent 9ca0fc1 commit 4a6d847
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ protected BaseSortableDataProvider<SelectableBean<ShadowType>> initProvider() {
@Override
protected ObjectQuery createContentQuery() {
ObjectQuery parentQuery = super.createContentQuery();
QueryFactory queryFactory = getPrismContext().queryFactory();
QueryFactory queryFactory = pageBase.getPrismContext().queryFactory();

List<ObjectFilter> filters = new ArrayList<>();
if (parentQuery != null) {
Expand Down

0 comments on commit 4a6d847

Please sign in to comment.