File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ entity.commerce_order.add_page:
1212 _form : ' \Drupal\commerce_order\Form\OrderAddForm'
1313 _title : ' Create a new order'
1414 requirements :
15- _entity_create_access : ' commerce_order'
15+ _entity_create_any_access : ' commerce_order'
1616
1717entity.commerce_order.reassign_form :
1818 path : ' /admin/commerce/orders/{commerce_order}/reassign'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ entity.commerce_payment.add_form:
1616 commerce_order :
1717 type : ' entity:commerce_order'
1818 requirements :
19- _entity_create_access : ' commerce_payment'
19+ _entity_create_any_access : ' commerce_payment'
2020
2121entity.commerce_payment.operation_form :
2222 path : ' /admin/commerce/orders/{commerce_order}/payments/{commerce_payment}/operation/{operation}'
You can’t perform that action at this time.
0 commit comments