#2127 closed defect (fixed)
Boolean extended properties are not disabled when the restricted-edit is enabled
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.13 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
It seems like all other variable types get disabled if the restricted-edit
option is enabled. Except for boolean values that are still editable. Fortunately, the changes are not saved.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
(In [7501]) References #2127: Boolean extended properties are not disabled when the restricted-edit is enabled
There was a remaining problem with disabled properties being validated when saving the form. In case of an error there there was no way to fix it.
Also fixes an issue with null values when a property is required by checking the 'false' option.
Note:
See TracTickets
for help on using tickets.
(In [7495]) Fixes #2127: Boolean extended properties are not disabled when the restricted-edit is enabled