Problem Statement
When adding a duplicate key to the key/value form, the form correctly shows a validation error (“This key already exists”). However, if the original conflicting entry is deleted, the validation state is not refreshed, and the error remains on the input, even though the key is no longer duplicated.
Steps to Reproduce
- Add a new key/value pair with key: key3 and any value.
- Attempt to add another entry with the same key: key3. The error message This key already exists appears correctly.
- Delete the original key3 entry from the list.
- Observe that the error message remains on the key input and it cannot be submitted again, even though the conflict has been resolved.
Acceptance Criteria
dotCMS Version
latest
Proposed Objective
Code Maintenance
Proposed Priority
Priority 4 - Trivial
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
Problem Statement
When adding a duplicate key to the key/value form, the form correctly shows a validation error (“This key already exists”). However, if the original conflicting entry is deleted, the validation state is not refreshed, and the error remains on the input, even though the key is no longer duplicated.
Steps to Reproduce
Acceptance Criteria
dotCMS Version
latest
Proposed Objective
Code Maintenance
Proposed Priority
Priority 4 - Trivial
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response