Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V8: Mandatory check-box list isn't validated #5762

Closed
AndyButland opened this issue Jul 2, 2019 · 3 comments · Fixed by #5780
Closed

V8: Mandatory check-box list isn't validated #5762

AndyButland opened this issue Jul 2, 2019 · 3 comments · Fixed by #5780

Comments

@AndyButland
Copy link
Contributor

To replicate:

  • Create a data type based on the "Checkbox list"
  • Add a few options
  • Create a property on a document type using the new data type
  • Make it mandatory
  • Try entering content based on the document type
  • Whether or not a check box is checked, the property isn't marked as invalid. I'd expect it should be if no value is checked.

image

This does look like a bug rather than something not implemented for this property editor, as the mandatory property is referenced in the checkboxlist.html file.

@kjac
Copy link
Contributor

kjac commented Jul 3, 2019

I believe this is a simple view error; I'll submit a fix shortly.

Rather unfortunate that the property editor isn't validated server side, though... 😨

@kjac
Copy link
Contributor

kjac commented Jul 3, 2019

PR in #5780

@nul800sebastiaan
Copy link
Member

Fixed in #5780
Cherry picked for 8.1.5 - 9c12b4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants