mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-26 21:09:31 +00:00
Allow to set basic data via import
This commit is contained in:
parent
7a9b7c87a4
commit
85ae862381
5 changed files with 12 additions and 12 deletions
|
|
@ -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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue