Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
shopware6
labs
NetiNextToolKit
Commits
f4b09990
Commit
f4b09990
authored
Oct 19, 2021
by
Tommy Meier
Browse files
Load the group
parent
29916927
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Decorator/ProductListingRouteDecorator.php
View file @
f4b09990
...
...
@@ -32,7 +32,7 @@ class ProductListingRouteDecorator extends AbstractProductListingRoute
SalesChannelContext
$context
,
Criteria
$criteria
):
ProductListingRouteResponse
{
$criteria
->
addAssociation
(
'properties'
);
$criteria
->
addAssociation
(
'properties
.group
'
);
$criteria
->
getAssociation
(
'properties'
)
->
addFilter
(
new
EqualsFilter
(
'group.netiToolKitAttribute.displayInListing'
,
true
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment