Skip to content

Commit

Permalink
[BUGFIX] Find child records also for containers added as "insertRecor…
Browse files Browse the repository at this point in the history
…d" element (#1473)
  • Loading branch information
franzkugelmann authored and NamelessCoder committed Dec 6, 2017
1 parent a3463f4 commit 91f2a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/ViewHelpers/Content/GetViewHelper.php
Expand Up @@ -180,7 +180,8 @@ protected static function getContentRecords(array $arguments, array $parent)
'max' => $arguments['limit'],
'begin' => $arguments['offset'],
'orderBy' => $arguments['order'] . ' ' . $arguments['sortDirection'],
'where' => $conditions
'where' => $conditions,
'pidInList' => $parent['pid']
]
)
]
Expand Down

0 comments on commit 91f2a7e

Please sign in to comment.