1
1
<?php
2
-
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
3
6
$ mapping = [
4
7
[
5
8
'label ' => 'Open Home Page ' ,
580
583
],
581
584
[
582
585
'label ' => 'Admin - Save New Configurable Product ' ,
583
- 'uri ' => '\/admin\/catalog\/product\/save\/set\/4\/type\/configurable\/back\/edit\/active_tab\/product-details\/ ' ,
586
+ 'uri ' => '\/admin\/catalog\/product\/save\/set\/4\/type\/configurable '
587
+ . '\/back\/edit\/active_tab\/product-details\/ ' ,
584
588
'title ' => 'Admin Create Product - New Configurable Product Save ' ,
585
589
'scenario ' => 'Admin - Create Product ' ,
586
590
],
610
614
],
611
615
[
612
616
'label ' => 'Admin - Save New Downloadable Product ' ,
613
- 'uri ' => '\/admin\/catalog\/product\/save\/set\/4\/type\/downloadable\/back\/edit\/active_tab\/product-details\/ ' ,
617
+ 'uri ' => '\/admin\/catalog\/product\/save\/set\/4\/type\/downloadable '
618
+ . '\/back\/edit\/active_tab\/product-details\/ ' ,
614
619
'title ' => 'Admin Create Product - New Downloadable Product Save ' ,
615
620
'scenario ' => 'Admin - Create Product ' ,
616
621
],
700
705
],
701
706
[
702
707
'label ' => 'Admin - Create New Condition For Promotion Rule ' ,
703
- 'uri ' => '\/admin\/sales_rule\/promo_quote\/newConditionHtml\/form\/sales_rule_formrule_conditions_fieldset_\/form_namespace\/sales_rule_form ' ,
708
+ 'uri ' => '\/admin\/sales_rule\/promo_quote\/newConditionHtml\/form\/sales_rule_formrule_conditions_fieldset_ '
709
+ . '\/form_namespace\/sales_rule_form ' ,
704
710
'title ' => 'Admin Promotions Management - Create New Conditional ' ,
705
711
'scenario ' => 'Admin - Promotion Rules ' ,
706
712
],
776
782
'title ' => 'Admin Edit Order - Search Orders$ ' ,
777
783
'scenario ' => 'Admin - Create/Process Returns ' ,
778
784
],
779
- ];
785
+ ];
0 commit comments