Closed
Description
Preconditions
- Magento 2.2.5
Steps to reproduce
- Run SQL:
update core_config_data set value = 1 where path = 'dev/js/minify_files'
bin/magento deploy:mode:set production
- Run production compilation scripts
- Try to save a ui component that validates against
time12h
Expected result
- The input field should validate against the
time12h
validation rule
Actual result
- There is a javascript error that happens when the js is minified. The space in the validation rule is stripped.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.1 release lineThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release