File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Controller/Adminhtml/Report/Sales
dev/tests/functional/tests/app/Magento/Reports/Test/TestCase Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2868,7 +2868,7 @@ Tests:
2868
2868
* Fixed a 404 error after saving mass update product attributes form
2869
2869
* Fixed an issue when it was impossible to perform search by all tax classes on the Advanced Search page
2870
2870
* Fixed an issue when attribute order for configurable product was not preserved after saving product
2871
- * Fixed an issue with no results for the Product Best Sellers report
2871
+ * Fixed an issue with no results for the Product Bestsellers report
2872
2872
* Fixed a fatal error when opening tax configuration page in the backend
2873
2873
* Fixed an error occurring when opening the Tax Zones and Rates page in the backend
2874
2874
* Fixed a 404 error occurring while searching products on the New Review page
Original file line number Diff line number Diff line change 11
11
class Bestsellers extends \Magento \Reports \Controller \Adminhtml \Report \Sales
12
12
{
13
13
/**
14
- * Best sellers report action
14
+ * Bestsellers report action
15
15
*
16
16
* @return void
17
17
*/
@@ -25,7 +25,7 @@ public function execute()
25
25
__ ('Products Bestsellers Report ' ),
26
26
__ ('Products Bestsellers Report ' )
27
27
);
28
- $ this ->_view ->getPage ()->getConfig ()->getTitle ()->prepend (__ ('Best Sellers Report ' ));
28
+ $ this ->_view ->getPage ()->getConfig ()->getTitle ()->prepend (__ ('Bestsellers Report ' ));
29
29
30
30
$ gridBlock = $ this ->_view ->getLayout ()->getBlock ('adminhtml_sales_bestsellers.grid ' );
31
31
$ filterFormBlock = $ this ->_view ->getLayout ()->getBlock ('grid.filter.form ' );
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Reviews,Reviews
147
147
"Customers Report","Customers Report"
148
148
"Product Reviews Report","Product Reviews Report"
149
149
"Sales Report","Sales Report"
150
- "Best Sellers Report","Best Sellers Report"
150
+ "Bestsellers Report","Bestsellers Report"
151
151
"Tax Report","Tax Report"
152
152
"Shipping Report","Shipping Report"
153
153
"Invoice Report","Invoice Report"
Original file line number Diff line number Diff line change 59
59
</variation >
60
60
<variation name =" NavigateMenuTest65" >
61
61
<data name =" menuItem" xsi : type =" string" >Reports > Bestsellers</data >
62
- <data name =" pageTitle" xsi : type =" string" >Best Sellers Report</data >
62
+ <data name =" pageTitle" xsi : type =" string" >Bestsellers Report</data >
63
63
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
64
64
</variation >
65
65
<variation name =" NavigateMenuTest66" >
You can’t perform that action at this time.
0 commit comments