Skip to content

Commit

Permalink
Fix wrong query identifier in favor of MembersBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
scrummer committed Jun 15, 2022
1 parent d52c536 commit eedea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToolboxBundle/Document/Areabrick/Download/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function getByFolder(Asset\Folder $node): array
if ($this->hasMembersBundle()) {
$assetListing->onCreateQueryBuilder(function (\Doctrine\DBAL\Query\QueryBuilder $query) use ($assetListing) {
$this->bundleConnector->getBundleService(\MembersBundle\Security\RestrictionQuery::class)
->addRestrictionInjection($query, $assetListing, 'assets.id');
->addRestrictionInjection($query, $assetListing, 'id');
});
}

Expand Down

1 comment on commit eedea62

@mozbs
Copy link

@mozbs mozbs commented on eedea62 Sep 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
bin total verzweifelt. Leider gibt es immer nich den Fehler
[ERROR] Bundle "ToolboxBundle" is no valid bundle identifier

Hast du eine Idee, was das sein kann? Gruß Marc

Please sign in to comment.