Skip to content

v2.11.2

Compare
Choose a tag to compare
@btry btry released this 25 Feb 11:08
· 78 commits to support/2.11.0 since this release

Download it

Important note:

The growing popularity of this plugin makes it used in more complex use cases. Recent issues and feedbacks shows that two important design solutions must evolve:

  • entity restrictions in some parts of the plugin;
  • consistency checks when showing forms to requesters;
  • processing their answers
  • consistency checks when designing forms.

These enhancements will impact some complex use cases by changing the available items of dropdowns / assets when a requester fills in a form. Those changes will occur only in minor versions updates.
In other words, we recommend you to check carefully forms containing questions related to dropdowns, assets, users and groups before upgrading to version 2.11.x.

This version contains the following change:

entity of dropdowns is now relative to the form, not the user. see #2023

Bug Fixes

  • actorfield: answer not displayed when shwoing saved data (003ddda)
  • form: loss of icon when editing a form (d340f79)
  • issue: update handling of url in emai: notifications (b99b19b)
  • fatal error when not filling a date (940bfee)
  • ldapfield: PHP warning when editing the question (db452c7), closes #2116
  • question: better error handling (051184a)
  • question: vertical alignment on display for requester (eda6842)
  • section: fail to import condition settings (7f712bd)
  • selectfield: validity check different from radios field (46ce9b3)
  • wizard: reduce spacing between search bar and results (36870e5)

Features

  • dropdownfield: allow regex comparison (9fd8c1a)