Skip to content

Commit 4a355a0

Browse files
author
Valeriy Nayda
committed
GraphQL-123: Fix regexp when filter by root category id
-- fix static tests
1 parent 4195613 commit 4a355a0

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CategoryTree.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ public function getTree(ResolveInfo $resolveInfo, int $rootCategoryId): \Iterato
110110
}
111111

112112
/**
113+
* Join attributes recursively
114+
*
113115
* @param Collection $collection
114116
* @param FieldNode $fieldNode
115117
* @return void

0 commit comments

Comments
 (0)