Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Fixed issue with enabled "parallelFilteringEnabled" feature flag on configurations that use validation rules involving recently created/changed external objects (such as pages, uploaded files). Workaround is to disable this feature flag (if updating the ConfiForms plugin is not possible at the moment)
  • CalendarView, when used to render a "dialog on click" can auto-set the "date" field value on the form (picking it automatically from a calendar)
  • Password field was mistakenly rendering stored password as "title" attribute when rendered inside the view
  • Improved error reporting to normal users when the form is switched into debug mode
  • Added isValidCaptcha virtual function
  • Fixed issue with "append( )" function, when empty value is about to be added to the value and that was unnecessary trimmed
  • Added export data feature to CalendarView
  • Improved smart classifier field to auto-set the values when enough selections being made (doe snot render empty choices, if it finds that the value could be seat from the selections being made)

Version 2.27.24

  • Improved search in Using Excel files as sources for ConfiForms fields service
  • New option in Lookup and Set (+webservice and database) to not to set the empty values if no matches in the lookup found (default behaviour is to reset the fields if no matches found)
  • Improved Import API to be easier embeddable in the tailor made solutions and configurations (embeddable by taking the "importTableContents" element from the import table)
  • Support in Import API for skipping the rows and providing additional context (values)
  • Improved inline edit mode when the form uses show/hide fields - no more blinking and form view refresh after initial load
  • Support for own value in web-service and db-backed dynamic dropdown fields (useful especially when the field is set to be used in a "proxy mode", suggesting options for users as they type)
  • New Virtual functions isValidPassword - to verify user's password on form submit
  • Fixed issue with incorrect parsing of fields to export (see Data Export tricks and hints) which may contain virtual functions and expressions with commas

...