Project

General

Profile

Task #100023

Updated by Markus Friedrich over 1 year ago

@FrontendRestrictionContainer@ supports the usage of a local @Context@, but isn't passing the frontend group settings to the @FrontendGroupRestriction@. 

 As the @FrontendGroupRestriction@ uses the global @Context@ to fetch the frontend groups if no groups are passed, local @Context@, simulating an environment with differing user groups is currently not possible. In the case of EXT:solr a simulated environment is used for indexing, but currently the wrong records might be indexed, as the SQL statement is always build with the global frontend user groups.

Back