File tree 1 file changed +2
-2
lines changed
app/code/Magento/Review/etc/adminhtml 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Backend:etc/menu.xsd" >
9
9
<menu >
10
10
<add id =" Magento_Review::catalog_reviews_ratings_ratings" title =" Rating" translate =" title" module =" Magento_Review" sortOrder =" 60" parent =" Magento_Backend::stores_attributes" action =" review/rating/" resource =" Magento_Review::ratings" />
11
- <add id =" Magento_Review::catalog_reviews_ratings_pending" title =" Pending Reviews" translate =" title" module =" Magento_Review" parent =" Magento_Backend::marketing_user_content" sortOrder =" 10 " action =" review/product/pending" resource =" Magento_Review::pending" />
12
- <add id =" Magento_Review::catalog_reviews_ratings_reviews_all" title =" All Reviews" translate =" title" module =" Magento_Review" parent =" Magento_Backend::marketing_user_content" sortOrder =" 20 " action =" review/product/index" resource =" Magento_Review::reviews_all" />
11
+ <add id =" Magento_Review::catalog_reviews_ratings_pending" title =" Pending Reviews" translate =" title" module =" Magento_Review" parent =" Magento_Backend::marketing_user_content" sortOrder =" 20 " action =" review/product/pending" resource =" Magento_Review::pending" />
12
+ <add id =" Magento_Review::catalog_reviews_ratings_reviews_all" title =" All Reviews" translate =" title" module =" Magento_Review" parent =" Magento_Backend::marketing_user_content" sortOrder =" 10 " action =" review/product/index" resource =" Magento_Review::reviews_all" />
13
13
<add id =" Magento_Review::report_review" title =" Reviews" translate =" title" module =" Magento_Reports" sortOrder =" 20" parent =" Magento_Reports::report" resource =" Magento_Reports::review" />
14
14
<add id =" Magento_Review::report_review_customer" title =" By Customers" translate =" title" sortOrder =" 10" module =" Magento_Review" parent =" Magento_Review::report_review" action =" reports/report_review/customer" resource =" Magento_Reports::review_customer" />
15
15
<add id =" Magento_Review::report_review_product" title =" By Products" translate =" title" sortOrder =" 20" module =" Magento_Review" parent =" Magento_Review::report_review" action =" reports/report_review/product" resource =" Magento_Reports::review_product" />
You can’t perform that action at this time.
0 commit comments