fix(dashboard): use order version 1 for the initial node of activity timeline (#13997)

* Add preprocess to version param to validate as number

* Add changeset

* Use the first version of the order as the starting node of activity to show correct total

* Add changeset

* Fetch first order version only if it's not the current version

* Remove conditionally rendered hook, use enable config
This commit is contained in:
Nicolas Gorga
2025-11-12 11:11:47 -03:00
committed by GitHub
parent efed4d7346
commit 4bbf0d2367
4 changed files with 38 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): use order version 1 for the initial node of activity timeline
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): preprocess `version` as number in AdminGetOrdersOrderParams validator