feat(dashboard): add input field for tracking_url and label_url in shipment form (#13787)

* fix: fix label init logic

* feat(dashboard): add input field for tracking_url and label_url in shipment form

* fix: cleanup leftovers

* chore: update schema

* fix: filter out empty rows

* chore: remove unrelated change

* fix: allow any filled field
This commit is contained in:
Kevin Leung
2025-10-27 08:26:49 -04:00
committed by GitHub
parent cc2614ded7
commit 2eca81ec0f
4 changed files with 103 additions and 28 deletions
@@ -5081,6 +5081,12 @@
"trackingNumber": {
"type": "string"
},
"trackingUrl": {
"type": "string"
},
"labelUrl": {
"type": "string"
},
"addTracking": {
"type": "string"
},
@@ -5097,6 +5103,8 @@
"required": [
"title",
"trackingNumber",
"trackingUrl",
"labelUrl",
"addTracking",
"sendNotification",
"sendNotificationHint",