We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e9468 commit 878f5ccCopy full SHA for 878f5cc
app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content.php
@@ -143,7 +143,9 @@ public function getNewfolderUrl()
143
*/
144
protected function getDeletefolderUrl()
145
{
146
- return $this->getUrl('cms/*/deleteFolder');
+ return $this->getUrl('cms/*/deleteFolder', [
147
+ 'use_storage_root' => (int) $this->getRequest()->getParam('use_storage_root'),
148
+ ]);
149
}
150
151
/**
0 commit comments