Skip to content

Commit 6a71bb6

Browse files
ENGCOM-4719: Fixed wrong url redirect when edit product review from product view page #22202
- Merge Pull Request #22202 from ravi-chandra3197/magento2:patch-product-review-redirect - Merged commits: 1. 594badb 2. cc5c711 3. 9f41eb6
2 parents 4e843f1 + 9f41eb6 commit 6a71bb6

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Review/Block/Adminhtml/Edit

1 file changed

+2
-2
lines changed

app/code/Magento/Review/Block/Adminhtml/Edit/Form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
namespace Magento\Review\Block\Adminhtml\Edit;
8+
79
/**
810
* Adminhtml Review Edit Form
911
*/
10-
namespace Magento\Review\Block\Adminhtml\Edit;
11-
1212
class Form extends \Magento\Backend\Block\Widget\Form\Generic
1313
{
1414
/**

0 commit comments

Comments
 (0)