- Issue created by @lauriii
- 🇫🇮Finland lauriii Finland
Tested 📌 Handle data fetching errors in PageInfo component Active and looks like the fix there is great except the error message is now visible as a message in the preview.
- 🇪🇸Spain isholgueras
Is this still an issue? I can't reproduce it.
What I've found is another issue (recorded in the gif). Here are the steps to reproduce:
1. Create and publish a page with alias/new-page
2. Create a second page, without alias, and publish
3. Now, add the same alias/new-page
, expect to have the error message
4. Now try to publish and expect to have the error message in the publish modal.
5. And here the ... issue??... modify the alias to123
and now you have 2 different errors.The original issue, allowing to publish different nodes with the same alias, is not reproducible, but here is another (imho minor) issue.
What do you think, @laurii?
- 🇫🇮Finland lauriii Finland
It looks like the final step of the issue summary has been solved most likely by 📌 Publish checks validation constraints, but not form validation Active . 👏 However, this issue is actually about the fact that the message shouldn't be visible in the preview. The error should be visible in the review changes panel and there should be a highlight inline the field. I think this issue should focus on just making sure that the message doesn't render and we need a follow-up to make sure that there's some indication of the error on the form.