fix: name is uncalculated

This commit is contained in:
egarette@silique.fr 2025-10-16 08:21:07 +02:00
parent 4df2b013df
commit c8aad30517

View file

@ -127,7 +127,7 @@ class UserDatas:
# it's not a dynamic variable
continue
identifier = get_identifier_from_dynamic_family(
tconfig.name(), name
tconfig.name(uncalculated=True), name
)
if identifier == "{{ identifier }}":
continue