Skip to content

Commit 160dc85

Browse files
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #14886: Fixed issue products grid operations in admin cart price rule edit page for user which has no access to CatalogRule module (by @Neos2007)
2 parents 58ce9e1 + 6b2379e commit 160dc85

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)