Anzeige und Logik für zugehörige Build-Parts sowie Build-Tab bei Assemblies entfernen, da vorerst nicht benötigt.

This commit is contained in:
Marcel Diegelmann 2025-09-19 08:29:46 +02:00
parent 9df2c4d307
commit 3f0738fa9e
3 changed files with 1 additions and 31 deletions

View file

@ -20,11 +20,6 @@
{% endif %}
</h3>
<h6 class="text-muted w-fit" title="{% trans %}description.label{% endtrans %}"><span>{{ assembly.description|format_markdown(true) }}</span></h6>
{% if assembly.buildPart %}
<h6>{% trans %}assembly.edit.associated_build_part{% endtrans %}:</h6>
<a href="{{ entity_url(assembly.buildPart) }}">{{ assembly.buildPart.name }}</a>
{% endif %}
</div>
</div>
</div>
@ -74,4 +69,4 @@
{{ assembly.comment|format_markdown }}
</p>
{% endif %}
</div>
</div>