Skip to content

Commit

Permalink
LookupDataSourceAdapter bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Jul 22, 2017
1 parent 4924002 commit 41cdefe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public final LookupValuesList findEntities(final Evaluatee ctx, final String fil
final LookupDataSourceContext evalCtx = fetcher.newContextForFetchingList()
.setParentEvaluatee(ctx)
.putFilter(filterEffective, firstRow, pageLength)
.requiresFilterAndLimit() // make sure the filter, limit and offset will be kept on build
.build();

final LookupValuesList lookupValuesList = fetcher.retrieveEntities(evalCtx);
Expand Down

0 comments on commit 41cdefe

Please sign in to comment.