Page tree

Versions Compared

Key

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

...

  • Filtering of SimpleDate fields fixed
  • Ensuring support for "whitelisting" - https://developer.atlassian.com/server/confluence/secure-your-macro/ (you have to enable whitelisting enforcement in the ConfiForms app settings)
  • Fixed regression issue with a pager in views when a view has default filter set
  • Experimental support for stored procedures in ConfiForms IFTTT / Copy to DB action

    Code Block
    {call procedurename([entry.field1], [entry.field2])}

    Note that stored procedures in PostgreSQL shall be called via CALL, and without wrapping into {}. As input parameters we support only string types (CHAR, VARCHAR) at this point

Version 2.10.4

...