fix: support hidden attribut
This commit is contained in:
parent
87e5db6f08
commit
35f9d9195f
1 changed files with 2 additions and 0 deletions
|
@ -65,3 +65,5 @@ class Annotator(Walk):
|
||||||
self.objectspace.informations.add(path, "bitwarden", True)
|
self.objectspace.informations.add(path, "bitwarden", True)
|
||||||
self.objectspace.informations.add(path, "default_value_makes_sense", False)
|
self.objectspace.informations.add(path, "default_value_makes_sense", False)
|
||||||
self.objectspace.properties.add(path, "novalidator", True)
|
self.objectspace.properties.add(path, "novalidator", True)
|
||||||
|
if 'force_default_on_freeze' in self.objectspace.properties.get(path):
|
||||||
|
self.objectspace.properties.remove(path, 'force_default_on_freeze')
|
||||||
|
|
Loading…
Reference in a new issue