F12603, New check for Dropdown, Radio and CheckBoxes. Check if the...
refs #12603, New check for Dropdown, Radio and CheckBoxes. Check if the Previously check key=>value pair is still an option.
2 New FE.parameters
- missingItem Fallback option in case the old value is missing. (SQL)
- missingItemMode How the response should be when there is a missing item.
missingItemMode options
- auto (default)
- try to get the value from missing item
- if fail => deconstruct sql1 and try to get the value that way.
- if fail => Warn User and Mark the fields
- warn
- try to get the value from missing item
- if fail => Warn User and Mark the fields
- error
- warn user, mark fields and lock form
- ignore
- don't do anything