Bug #1934
openXBL Datatable Widget - Implement Overridable Validation
0%
Description
Implement Overridable Validation in XBL Datatable Widget - currently tells user
something's not filled in, and they can't proceed to next record. However, at
the form-designer's discretion (see Bug #1930), this should be overridable,
although overriding should be ergonomically difficult to prevent abuse (eg popup
saying you really shouldn't - are you sure? etc)
Possibly the form designer should be able to designate fields that are not
overridable (again, see Bug #1930)
Related issues
Updated by Matthew Brooke over 19 years ago
DEFAULT BEHAVIOR:
(Moving the following here from Bug #1627:)
2) Also Look at the eml-constraint for each attribute - as default, only make
field validate as "required" if eml-constraint is "not null" (ie set
minoccurs=1 - if it's not required, make minoccurs=0). This would be overridable
by the form-designer, as described above
Updated by Matthew Brooke over 19 years ago
- Bug 1628 has been marked as a duplicate of this bug. ***