Skip to content

2.0.15

Choose a tag to compare

@VassilIordanov VassilIordanov released this 06 Mar 15:17
d94ba30

Features:

GH-473 Add customFieldEnum2 to tasks (#513)

Closes #473.

Enhancements:

#451: Add (in)active status to organizations and locations (#511)
#351: Check additional conditions for report submission (#510)
#514: Also show a paginator at the bottom of a report collection (#522)
#484: Also search for for super users and admins when … (#520)

…searching for advisors

#503: Add unique constraint to saved searches (#518)
#475: Add parent task to the task pages (#512)

This adds the possibility to set and view the parent task of a task via
the interface.

Bug fixes:

#507: Switch to an XML marshaller that respects the order of the result map entries (#508)
Fix unchecked access (#500)

#492

#517: Generate unique id's for options in constructor (#521)

Do not lazily generate them during render, since then they may change and no option will be selected.
Fixes #517

Framework improvements:

Make sure the log message contains the correct reportId (#509)
Prevent alert about leaving page in wdio test (#506)

This is done in order to make sure the wdio createNewPerson test doesn't
fail when running the tests not headless.

Remove spurious semicolon (#504)