Versions Compared

Key

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

...

  • Fixed issue with conflicting dependency on Confluence 9.x which prevented the app from being enabled
  • Repackaged to support Confluence 7.19.x as lowest version
  • Warning

    Please note that ConfiForms is now more strict with the expressions that you have for filtering or accessing values - it does EXACTLY what you ask, and tries to provide the value for the property/field you ask. 

    Previous behaviour was as follows - the "latest resolved value" has been returned as a result. Now this has changed and ConfiForms will not do that, but will return the value for the property that you have asked

    An For example - you have something like this: A dropdown field named "mySelect" and was having the expression like this

    Code Block
    [entry.mySelect.something]

    ConfiForms before the 3.14 will return a value for [entry.mySelect], ConfiForms version 3.14 and newer, will return an empty value, as there is no property as "something" in the dropdown field (see Accessing field values and properties), neither "something" is a function (Virtual functions)

...