Closed
Description
Steps to reproduce
- Install Magento from
develop
branch. - Edit a CMS Page
- Choose Custom Design From and Custom Design To that are faulty (poorly formatted or such that the end date occurs before the start date.
Expected result
- See error message generated from
validation.js
Actual result
- In some situations (bad start/end logic or formatting), the validation is caught in JS but you can't see the message on the page. So you can keep clicking "Save" and it will keep focusing on the problematic field, but there is no error message there. It does not exist anywhere in the DOM.
- For other situations (not sure how to replicate), validation is not caught in JS and instead is caught in php POST.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates that Pull Request has been created to fix issueThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release