Page tree

Versions Compared

Key

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

...

Expand
titleDevelopment plans...
  • (Smart) multi row field - new field type to help with "inline" creation of master-details structures
  • "ConfiQuery" field type to help you to link other form's data and associate it with a particular field/row in your current form
  • New ConfiForms IFTTT action Rename attachment 

Version 2.15.1

  • Quick fix to address the issue of rendering <div> wrapped field values to be rendered as inline <span>, so it works nicely with customer templates using ConfiForms data

Version 2.15

  • New IFTTT action to "Copy Page" and that includes the whole hierarchy if necessary! Created pages can be dynamically named and processed through the "record" they were created from. That allows you to create a truly dynamic copy of pages from a given page tree or single page
  • Parameter "_skipIfParamIsEmpty" in ConfiForms REST API now works this way that if the field is not supplied as parameter it takes the default (or existing value for the field, in case of update)... but if it is present then it takes the value given in the parameter for this field
  • Fixed inline edit for WYSIWYG field when it contains certain "HTML" tags. This required us to change the values output from wrapping it in "<span>" into wrapping it in "<div>". So, you have some very custom scripts that were relying on something like span[id^='i_holdingrow_'] you will be required to update those to be something like div[id^='i_holdingrow_']. This only affects you if you have a lot of custom scripting and customizations around the output generated by ConfiForms
  • Fixed issue with "comments" field incorrect value escaping
  • Fixed avatar CSS styling when user/multi-user field value is shown in ConfiForms views
  • Fixed issue with TableViewMerger counting incorrectly on configurations where "count_" is used and fields used as parameters for calculation expressions
  • Improved support for Jira/Jira (multi-select) in ConfiForms Filter macro
  • Improved rule "Apply filter based on criteria" to support matching against multi-value fields
  • Fixed issue with web-service backed fields which use JSON which has field names with underscores (like "sys_id", "account_id", etc). This has resulted in incorrect value lookup for "empty" fields via [entry.field_name]
  • Fixed export to Excel to truncate field values that are larger than 32K (string cell in Excel can store the value of 32767 characters max)

...