Data-Source Synonyme: ergänze "assembly" zu Datenquellen und Baumansichten

This commit is contained in:
Marcel Diegelmann 2025-10-15 16:10:59 +02:00
parent 498f8bc6e5
commit 51e7eea73d
4 changed files with 7 additions and 1 deletions

View file

@ -19,6 +19,8 @@
{% set dataSource = 'supplier' %}
{% elseif (form.vars.label == 'perm.projects') %}
{% set dataSource = 'project' %}
{% elseif (form.vars.label == 'perm.assemblies') %}
{% set dataSource = 'assembly' %}
{% endif %}
{% set dataSourceName = get_data_source_name(dataSource, form.vars.label) %}