Closed
Description
Preconditions (*)
- Can reproduce on both Magento 2.3.0 clean installation and on the 2.3-develop branch
Steps to reproduce (*)
- Log into admin
- Add CMS block and enter an identifier
product.content
along with some other content. Hit Save & Close so you're back on the CMS block grid. - Try to edit the newly created CMS block in-line and hit Save
Expected result (*)
- CMS block is saved
Actual result (*)
- CMS block won't save, saying "There are 1 messages requires your attention. Please make corrections to the errors in the table below and re-submit."
The problem is that the in-line validation differs from the non in-line validation. The non in-line validation is correct. Dots are allowed in identifier names because in previous Magento versions that was the case (if dots are not allowed, it breaks backwards compatibility). Also, it complains about it not being a valid XML identifier, but having a dot in the identifier is still perfectly valid.
Metadata
Metadata
Assignees
Labels
The 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