Skip to content

Commit

Permalink
MID-9428: fix using options (generic repo) for resolving connector re…
Browse files Browse the repository at this point in the history
…f on resources page
  • Loading branch information
skublik committed Jan 22, 2024
1 parent aaf8a82 commit fb0e067
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 fb0e067

Please sign in to comment.