Allow to set basic data via import

This commit is contained in:
Jan Böhmer 2023-03-12 20:01:29 +01:00
parent 7a9b7c87a4
commit 85ae862381
5 changed files with 12 additions and 12 deletions

View file

@ -28,7 +28,7 @@
<ul>
{% for entity in imported_entities %}
{# @var \App\Entity\Parts\Part entity #}
<li><a href="{{ entity_url(entity) }}">{{ entity.name }}</a></li>
<li><a href="{{ entity_url(entity) }}">{{ entity.name }}</a> (ID: {{ entity.iD }})</li>
{% endfor %}
{% endif %}
{% endblock %}