Implemented new Userfield type "Select list" (closes #325)

This commit is contained in:
Bernd Bestel
2019-09-17 19:11:06 +02:00
parent bbd5ce1dc4
commit 0c27157db6
11 changed files with 44 additions and 13 deletions

View File

@@ -19,6 +19,8 @@
- When tracking an execution from the chores overview page, filter are re-applied afterwards (means when have filtered the page to only show overdue chores and after the execution the chore is not overdue anymore, it will now immediately hide id)
- Equipment improvements/fixes
- Fixed that the delete button not always deleted the currently selected equipment item
- Userfield improvements
- New userfield type "Select list" for a list of predefined values where a single or also multiple values can then be selected on the entity object
- General improvements/fixes
- Improved the handling which entry page to use with disabled feature flags (thanks @nielstholenaar)
- Fixed that the Userfield type "Preset list" had always the caption "Product group" instead of the configured one (thanks @oncleben31)