fix(admin-ui): Price list domain fixes (#5339)

**Fixes**
- Fixes an issue where click the Delete button on a table item in the Price List overview would also navigate to the Price Lists page
- Fixes an issue where Region prices were not showing which region they belong to in the Bulk Editor
- Fixes an issue where the wrong widgets were being injected into the Price List domain

**Improvements**
- Align label for Expiry date field
- Add form validation to require setting the prices of at least one product variant when creating or adding prices to a Price List.
- Show a prompt warning if prices have not been set for all selected products in the create and add product flows.
This commit is contained in:
Kasper Fabricius Kristensen
2023-10-12 08:34:46 +00:00
committed by GitHub
parent a91fca69ac
commit e04927a3cb
12 changed files with 140 additions and 21 deletions
+3 -3
View File
@@ -70,7 +70,7 @@
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"md5": "^2.3.0",
"medusa-react": "*",
"medusa-react": "^9.0.7",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
@@ -118,8 +118,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "*",
"@medusajs/types": "*",
"@medusajs/medusa": "^1.17.1",
"@medusajs/types": "^1.11.3",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^4.10.0",