feat(translation,fulfillment,customer,product,region,tax,core-flows,medusa,types): Implement dynamic translation settings management (#14536)
* Add is_active field to translation_settings model * Types * Workflows * Api layer * Tests * Add changeset * Add comment * Hook to create or deactivate translatable entities on startup * Cleanup old code * Configure translatable option for core entities * Validation step and snake case correction * Cleanup * Tests * Comment in PR * Update changeset * Mock DmlEntity.getTranslatableEntities * Move validation to module service layer * Remove validation from remaining workflow * Return object directly * Type improvements * Remove .only from tests * Apply snakeCase * Fix tests * Fix tests * Remove unnecessary map and use set instead * Fix tests * Comments * Include translatable product properties * Avoid race condition in translations tests * Update test
This commit is contained in:
13
.changeset/fine-wings-stick.md
Normal file
13
.changeset/fine-wings-stick.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
"@medusajs/fulfillment": patch
|
||||
"@medusajs/translation": patch
|
||||
"@medusajs/customer": patch
|
||||
"@medusajs/core-flows": patch
|
||||
"@medusajs/product": patch
|
||||
"@medusajs/region": patch
|
||||
"@medusajs/tax": patch
|
||||
"@medusajs/types": patch
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
feat(translation,fulfillment,customer,product,region,tax,core-flows,medusa,types): Implement dynamic translation settings management
|
||||
Reference in New Issue
Block a user