Skip to content
Snippets Groups Projects
Commit 7a360b89 authored by rhovland's avatar rhovland Committed by Jonathan Sacksick
Browse files

Issue #3164506 by rhovland, ReBa: Order: reassign without administrative...

Issue #3164506 by rhovland, ReBa: Order: reassign without administrative privileges results in access denied
parent 43c06892
No related branches found
No related tags found
No related merge requests found
Pipeline #258170 passed
...@@ -2,3 +2,6 @@ ...@@ -2,3 +2,6 @@
title: 'Administer order types' title: 'Administer order types'
description: 'Maintain the types of orders available and the fields that are associated with those types.' description: 'Maintain the types of orders available and the fields that are associated with those types.'
restrict access: true restrict access: true
'reassign commerce_order':
title: 'Reassign orders'
description: 'Reassign orders from one customer to another.'
...@@ -32,7 +32,7 @@ entity.commerce_order.reassign_form: ...@@ -32,7 +32,7 @@ entity.commerce_order.reassign_form:
commerce_order: commerce_order:
type: 'entity:commerce_order' type: 'entity:commerce_order'
requirements: requirements:
_permission: 'administer commerce_order' _permission: 'administer commerce_order+reassign commerce_order'
entity.commerce_order.unlock_form: entity.commerce_order.unlock_form:
path: '/admin/commerce/orders/{commerce_order}/unlock' path: '/admin/commerce/orders/{commerce_order}/unlock'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment