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.10.8 (development)

  • Possibility (for administrators) to enforce limits on views created by users

Image Added

  • All macros are now streamable and designed to buffer as less as possible - reducing memory footprint when rendering
  • Experimental API to help with creation of mockup views for the forms with lots of fields. You can create the following views automatically (all field definitions will be added as fields into the created view)
    • ListView
    • CardView
    • TableView
    • PlainView
    • CleanView
    • FormView (Registrations Control)
Code Block
http://YOUR-CONFLUENCE-SERVER/ajax/confiforms/rest/create-page-with-view.action?pageId=<PAGE_ID>&formName=<FORM_NAME>&viewType=form-view

pageId - where the form is located
formName - name of the form
viewType - type of view to create (list-view, card-view, table-view, form-view, plain-view, clean-view)

Optional parameter:
withLabel - true or false, to tell the service to render the field with a label
parentPageId - custom page to use as parent page (by default the page is created under the page were the ConfiForms form is)


Version 2.10.7

  • Enhanced support for "grouping field" in the CalendarView - much more flexible and does not require to be "date/datetime/timestamp". Enough is to have a field value that can be "translated" into a timestamp
  • Support for accessing "Page Properties" through "pageProperties" virtual function Virtual functions
  • Enhanced configuration for checkbox fields behaviour in ConfiForms Dynamic Filter (allowing you to set the filter to work only on "inclusion" when checkbox is set)
  • parseDate now can be set to work with default format (configured in your Confluence instance)
  • [watchers] now take also space watchers into account (not only page watchers)
  • Fixed issue with ConfiForms Field Definition Rules with parameter "on user action only" set was applied incorrectly on form load

...