Page tree

Versions Compared

Key

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

...

Table of Contents
maxLevel1

Version 2.27.26

  • Fixed CSS issue (regression) with icons used by ConfiForms (web-service dropdown, user fields)
  • New feature: secrets and variables - your administrators can define variables and secrets that you can then reference from within your forms (and also in web-service connection configurations, hiding the tokens in headers, for example). Secrets are stored in an encrypted way, while variables are plain-text and are accessible through variables virtual function (see below). Secrets can be accessed in ConfiForms web-service configuration in "headers" parameters
  • New function to access ConfiForms variables: variables
  • Fixed issue with customizations of exports of audit (_log) forms (Using new Audit IFTTT action)
  •  Accessibility issues fix in ConfiForms admin UI (app configuration)

Version 2.27.25

  • 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)

...