feat(dashboard, js-sdk): customer page transfer order + cancel request in timeline (#10250)

**What**
- request order transfer from admin customers details page
- cancel transfer request from order timeline

---

CLOSES CMRC-730
This commit is contained in:
Frane Polić
2024-11-26 11:42:47 +00:00
committed by GitHub
parent 344a6c9ea0
commit 1bf60c7a7d
15 changed files with 127 additions and 380 deletions
@@ -603,6 +603,11 @@ export const RouteMap: RouteObject[] = [
"../../routes/customers/customers-add-customer-group"
),
},
{
path: ":order_id/transfer",
lazy: () =>
import("../../routes/orders/order-request-transfer"),
},
{
path: "metadata/edit",
lazy: () =>