In Commerce 1.x we provided a local action link on the customer view of an order to easily link an administrator viewing an order from the front-end to the order management interface. Let's reproduce that in Commerce 2.x with a link titled "Manage this order" on the user view routes and link it to the admin view route for the order. The link should not appear if the user does not have access to the admin view route.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rszrama created an issue. See original summary.

jsacksick’s picture

Status: Active » Needs review
FileSize
564 bytes
jsacksick’s picture

FileSize
567 bytes

Same patch, just renamed the action to match the route name (like the other actions, for consistency).

jsacksick’s picture

Status: Needs review » Fixed

Committed!

  • jsacksick committed c39a12f on 8.x-2.x
    Issue #3226527 by jsacksick, rszrama: Add a "Manage this order" local...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.