You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with saving a cookie group. None of the required fields is marked. When I try to save the form, it redirects me back to the README with an error message.
I can see that the there are validation rules in place for name and description, but no errors are displayed after attempting to save the group with empty form fields.
I guess adding a required: true on the two form fields would be a first step, but the underlying issue is the missing error messages, I think.
There is an issue with saving a cookie group. None of the required fields is marked. When I try to save the form, it redirects me back to the README with an error message.
I can see that the there are validation rules in place for
name
anddescription
, but no errors are displayed after attempting to save the group with empty form fields.I guess adding a
required: true
on the two form fields would be a first step, but the underlying issue is the missing error messages, I think.templates/_includes/group.twig
The text was updated successfully, but these errors were encountered: