fix: support hidden attribut

This commit is contained in:
egarette@silique.fr 2025-02-17 15:39:39 +01:00
parent 87e5db6f08
commit 35f9d9195f

View file

@ -65,3 +65,5 @@ class Annotator(Walk):
self.objectspace.informations.add(path, "bitwarden", True)
self.objectspace.informations.add(path, "default_value_makes_sense", False)
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')