Fixed multi instace date/time Userfields (fixes #1520)

This commit is contained in:
Bernd Bestel
2021-06-23 22:13:54 +02:00
parent 9e3c68982b
commit 5e189c8a4a
3 changed files with 130 additions and 122 deletions

View File

@@ -45,6 +45,7 @@
### Userfield fixes
- Fixed that numeric Userfields were initialised with `1.0`
- Fixed that shortcuts (up/down key) and the format did not work correctly when using multiple date/time Userfields per object
### General & other improvements/fixes
- LDAP authentication improvements / OpenLDAP support (thanks @tank0226)