Skip to content

Commit 8e35b3e

Browse files
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
- Merge Pull Request #15074 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14886 - Merged commits: 1. 98e312f
2 parents a53347e + 98e312f commit 8e35b3e

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)