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
When you save a content item with a non-required field, but with url validation, and fill in a wrong format, the validation error comes up and blocks the save. When you clear the field, the validation error does not go away, and you have to type something new in the field, even though it's non-required.
I am seeing this issue on Umbraco version: 8.5.3
Steps to reproduce:
Create new document type with a property thats not required, but has validation (url validation).
Create new content of this type, enter a wrong url format, and save the content.
Validation message comes up and blocks the save, this is correct behaviour.
Now clear the field with the validation message
Try to save again, Umbraco still displays the validation message and blocks the save, even though the field is not required and has an empty value.
The text was updated successfully, but these errors were encountered:
We're writing to let you know that we've added the Up For Grabs label to your issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.
For more information about issues and states, have a look at this blog post
Not sure if it's just me, but the save completes successfully with an invalid property. In some ways that makes sense, because it's only a save and a regex-based validation so won't break anything.
Validation definitely isn't clearing when the field value is empty. Trying to find a property to indicate the field is not required, to use that as an indicator for clearing the error message...
When you save a content item with a non-required field, but with url validation, and fill in a wrong format, the validation error comes up and blocks the save. When you clear the field, the validation error does not go away, and you have to type something new in the field, even though it's non-required.
I am seeing this issue on Umbraco version: 8.5.3
Steps to reproduce:
The text was updated successfully, but these errors were encountered: