Fixed acl item

Former-commit-id: 7e5a7d448524a808fc25fa08bfb17b08e65c77cd
This commit is contained in:
Daniel Maya 2019-04-17 10:05:01 +02:00
parent a8dfe1acaf
commit 8e4ef972d8
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ final class Container extends Model
// Override the filter if the groups filter is not empty.
if (count($groupsFilter) > 0) {
// Filter group for elements groups.
$filter = [];
$filter[] = \db_format_array_where_clause_sql(
[
'id_layout' => $layoutId,