fix: hidden family in dynamic family with a sub root

This commit is contained in:
egarette@silique.fr 2026-06-27 07:29:12 +02:00
parent 020400b1ab
commit ba06bdf8a3
2 changed files with 6 additions and 1 deletions

View file

@ -440,7 +440,7 @@ class Collect(_ToString):
path = family.path(uncalculated=True)
informations = {}
if not self._collect(family, informations, family_type=family_type):
return False, []
return False
if family_type == "sequence":
informations.setdefault("help", []).append(
_("This family contains lists of variable blocks")

View file

@ -46,4 +46,9 @@ a_dynamic_{{ identifier }}:
- family4
a_variable: a_value # a variable
an_hidden_family:
hidden: true
an_hidden_variable:
...