mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Show a table with the old data in log entry details page
This commit is contained in:
parent
4c6ceab8e8
commit
1534f780aa
12 changed files with 435 additions and 84 deletions
|
@ -0,0 +1,11 @@
|
|||
{# @var entry \App\Entity\LogSystem\ElementCreatedLogEntry #}
|
||||
|
||||
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
||||
|
||||
{{ log_helper.comment_field(entry) }}
|
||||
{% if entry.creationInstockValue %}
|
||||
<p>
|
||||
<b>{% trans %}log.element_created.original_instock{% endtrans %}:</b>
|
||||
{{ entry.creationInstockValue }}
|
||||
</p>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue