Skip to content

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)
  1. try to get the value from missing item
  2. if fail => deconstruct sql1 and try to get the value that way.
  3. if fail => Warn User and Mark the fields
  • warn
  1. try to get the value from missing item
  2. if fail => Warn User and Mark the fields
  • error
  1. warn user, mark fields and lock form
  • ignore
  1. don't do anything

Merge request reports

Loading