@@ -191,7 +191,7 @@ datagrid:
191
191
192
192
action_configuration : [ "@orocrm_magento.datagrid.customer_actions_provider", "getCustomerActionsPermissions"]
193
193
options :
194
- entityHint : customer
194
+ entityHint : customers
195
195
export : true
196
196
entity_pagination : true
197
197
@@ -373,7 +373,7 @@ datagrid:
373
373
acl_resource : orocrm_magento_cart_view
374
374
rowAction : true
375
375
options :
376
- entityHint : cart
376
+ entityHint : carts
377
377
export : true
378
378
entity_pagination : true
379
379
views_list : ' @orocrm_magento.datagrid.cart_view_list'
@@ -428,7 +428,7 @@ datagrid:
428
428
default :
429
429
createdAt : DESC
430
430
options :
431
- entityHint : cart item
431
+ entityHint : cart items
432
432
toolbarOptions :
433
433
hide : true
434
434
pagination :
@@ -647,7 +647,7 @@ datagrid:
647
647
acl_resource : orocrm_magento_product_view
648
648
rowAction : true
649
649
options :
650
- entityHint : magento product
650
+ entityHint : magento products
651
651
652
652
magento-order-grid :
653
653
extended_entity_name : OroCRM\Bundle\MagentoBundle\Entity\Order
@@ -857,7 +857,7 @@ datagrid:
857
857
acl_resource : orocrm_magento_order_view
858
858
rowAction : true
859
859
options :
860
- entityHint : order
860
+ entityHint : orders
861
861
export : true
862
862
entity_pagination : true
863
863
@@ -956,7 +956,7 @@ datagrid:
956
956
taxAmount : { data_name: oi.taxAmount }
957
957
rowTotal : { data_name: oi.rowTotal }
958
958
options :
959
- entityHint : order item
959
+ entityHint : order items
960
960
toolbarOptions :
961
961
hide : true
962
962
pagination :
@@ -1579,7 +1579,7 @@ datagrid:
1579
1579
error : orocrm.magento.newslettersubscriber.action.error.unsubscribe
1580
1580
action_configuration : [ "@orocrm_magento.datagrid.newsletter_subscriber_provider", "getActionsPermissions"]
1581
1581
options :
1582
- entityHint : newsletter subscriber
1582
+ entityHint : newsletter subscribers
1583
1583
export : true
1584
1584
entity_pagination : true
1585
1585
@@ -1662,7 +1662,7 @@ datagrid:
1662
1662
type : string
1663
1663
data_name : c.email
1664
1664
options :
1665
- entityHint : customer
1665
+ entityHint : customers
1666
1666
entity_pagination : true
1667
1667
toolbarOptions :
1668
1668
pageSize :
@@ -1825,7 +1825,7 @@ datagrid:
1825
1825
data_name : o.updatedAt
1826
1826
enabled : false
1827
1827
options :
1828
- entityHint : order
1828
+ entityHint : orders
1829
1829
entity_pagination : true
1830
1830
toolbarOptions :
1831
1831
pageSize :
@@ -1968,7 +1968,7 @@ datagrid:
1968
1968
data_name : c.updatedAt
1969
1969
enabled : false
1970
1970
options :
1971
- entityHint : cart
1971
+ entityHint : carts
1972
1972
entity_pagination : true
1973
1973
toolbarOptions :
1974
1974
pageSize :
0 commit comments