Univention Bugzilla – Bug 43069
property.nonempty_is_default is already boolean
Last modified: 2016-12-01 11:57:31 CET
management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py -» » » » 'nonempty_is_default': ucr.is_true(value=str(prop.nonempty_is_default)), +» » » » 'nonempty_is_default': bool(prop.nonempty_is_default),
See Bug #42912 comment 11. univention-management-console-module-udm (6.0.11-34): r74783 | Bug #43069: property.nonempty_is_default is already boolean univention-management-console-module-udm.yaml: r74783 | Bug #43069: property.nonempty_is_default is already boolean univention-management-console-module-udm (7.0.3-1): r74784 | Bug #43069: property.nonempty_is_default is already boolean
Changeset: OK, works (e.g. mailHomeServer) YAML: OK 4.2: OK Strictly speaking, this is an API change. nonempty_is_default='no' will be evaluated as True now. I think it is unlikely that any 3rd party extension uses it this way.
(In reply to Dirk Wiesenthal from comment #2) > Strictly speaking, this is an API change. nonempty_is_default='no' will be > evaluated as True now. I think it is unlikely that any 3rd party extension > uses it this way. No, it's not an API change. Please have a look at svn r73803.
<http://errata.software-univention.de/ucs/4.1/341.html>