Skip to content
Snippets Groups Projects
Commit 646089d7 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: use return value of filterEntitiesWithoutRetrievePermission

parent 544790d7
No related branches found
No related tags found
1 merge request!65F permission checks
Pipeline #26339 failed
......@@ -760,7 +760,7 @@ public class Query implements QueryInterface, ToElementable, TransactionInterfac
this.logger.debug("Uncached query {}", this.query);
}
filterEntitiesWithoutRetrievePermission(this.resultSet);
this.resultSet = filterEntitiesWithoutRetrievePermission(this.resultSet);
fillContainerWithResult();
} catch (final SQLException e) {
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment