Skip to content

Commit 1c627a8

Browse files
author
Stanislav Idolov
authored
ENGCOM-1487: [Forwardport] Fixed issue products grid operations in admin cart price rule edit page for user which has no access to CatalogRule module #15074
2 parents d4a0f44 + 8e35b3e commit 1c627a8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Widget/Chooser

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Widget/Chooser/Sku.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protected function _prepareColumns()
207207
public function getGridUrl()
208208
{
209209
return $this->getUrl(
210-
'catalog_rule/*/chooser',
210+
'*/*/chooser',
211211
['_current' => true, 'current_grid_id' => $this->getId(), 'collapse' => null]
212212
);
213213
}

0 commit comments

Comments
 (0)