Needs work
Project:
Real-time SEO for Drupal
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2018 at 14:02 UTC
Updated:
12 Apr 2023 at 06:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
avpadernoComment #3
flyke commentedI noticed this:
Content type with a Yoast field:
- click to add new content of that content type
- do not fill in any field, do not click save or modify anything, just open blank create new node page
- now just open the homepage
-> you get validation errors on all your requried fields without actually having created a new node
Comment #4
flyke commentedThis issue is still present in latest 2.x-dev.
It makes yoast_seo module completely unusable.
To recap:
- click to create a new node that has some required fields, like node/add/news if you have a news content type with required fields
- do nothing when this page is open, just immediatly open the homepage for example
- homepage shows validation errors for all reuired fields now despite you have not clicked on save or anything.
Comment #5
flyke commentedI think its major because it kinda breaks any websites default functionality if there are required fields
Comment #6
tom_vdb commentedI have created a quick and dirty fix.
Comment #7
avpadernoComment #8
qzmenkoPatch #6 is only suitable as a temporary solution, because it removes all messages on the page altogether.