Remove duplicate entry validation in website settings creation - #3992
Remove duplicate entry validation in website settings creation#3992jheimbach wants to merge 1 commit into
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
🚫 CI & merge-readiness guardrail failed — this PR has been converted to draft. A PR can only be merged when it has no conflicts with the base branch and all CI checks pass.
When fixed, press Ready for review to re-run the checks. |
There was a problem hiding this comment.
Pull request overview
Removes client-side duplicate-name validation when creating website settings.
Changes:
- Removes the duplicate-entry modal and validation.
- Deletes obsolete translations across all supported locales.
- Retains mandatory-field validation.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website-settings-container.tsx |
Removes duplicate-name validation and modal. |
studio.en.yaml |
Removes obsolete English messages. |
studio.de.yaml |
Removes obsolete German messages. |
studio.es.yaml |
Removes obsolete Spanish messages. |
studio.fr.yaml |
Removes obsolete French messages. |
studio.it.yaml |
Removes obsolete Italian messages. |
studio.no.yaml |
Removes obsolete Norwegian messages. |
studio.sv.yaml |
Removes obsolete Swedish messages. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
I have read the CLA Document and I hereby sign the CLA |
|



Changes in this pull request
Resolves pimcore/platform-version#317
Additional info