Skip to content

v2.11.0

Compare
Choose a tag to compare
@btry btry released this 28 Jan 10:01
· 115 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

Major features

  • Questions are now positioned on a 4 columns grid and may have variable width
  • Service catalog may split forms and KB in 2 distinct menu entries (disabled by default)
  • Default sorting of forms (alphabetic, popularity) is now customizable (see entity > forms tab)
  • Captcha for anonymous forms (disabled by default)

Deprecated

  • SyncIssues automatic action is now disabled by default. Upgrading to 2.11 will disable it as well.

Changelog

Bug Fixes

  • actorsfield: missed function rename (8d26857)
  • condition: loss of condition on submit button (bc69358)
  • entityconfig: bad constant value (114f6d1)
  • form: add label to validator inputs (73295e3)
  • form: add spacing between questions (2946d74)
  • form: reimplement submit button conditions (9211926)
  • issue: loss of issue on automatic action (436035c)
  • question: handle long label display (7705e58)
  • question: reduce spacing in edition tools (bdd5240)
  • section: handle long label in design mode (b86de8d)
  • section: improve again UI (bd2dc96)
  • section: third iteration of improvements (8716108)
  • path detection to load JS (c2fa979)
  • several field have useless slash escaping (e61d6ff)
  • section: various visual fixes (c9f9e3b)
  • wizard: use constant (bb326eb)
  • wizard: var declaration mandatory (7645f63)

Features

  • condition: add condition to show or hide the item (2681b9c)
  • dropdownfield: integrate splitcat (1.3.0) (784eae0)