Skip to content

Commit 2fc45a1

Browse files
committed
MAGETWO-87013: Cart Price Rules - Category Drill Down problems
1 parent 9971960 commit 2fc45a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Widget/CategoriesJson.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
*/
66
namespace Magento\SalesRule\Controller\Adminhtml\Promo\Widget;
77

8+
/**
9+
* Class for generation of JSON for building tree catalog.
10+
*
11+
* Examples of use:
12+
* \Magento\Catalog\Block\Adminhtml\Category\Tree::getLoadTreeUrl
13+
* \Magento\Catalog\Block\Adminhtml\Category\Widget\Chooser::getLoadTreeUrl
14+
*/
815
class CategoriesJson extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Widget\CategoriesJson
916
{
1017
/**

0 commit comments

Comments
 (0)