#609 - Radio button data type not honoring the "Required" flag.
| Identifier | #609 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Radio button data type not honoring the "Required" flag. |
| Status | Completed |
| Handling member | PDStig |
| Addon | General / Uncategorised |
| Description | Catalog data type "A value chosen from a set of radio buttons" does not honor the "required" flag and can be avoided when creating a catalog entry. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments
Radio lists don't have any field validation functionality. Implement this.
This is relatively complex as radio buttons are not a single input like normal lists are.
This will involve changing the API, and therefore many files.
The previous hotfix broke theme image selection. This second fix is needed as well (install after the first).