mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +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,8 @@
|
|||
{# @var entry \App\Entity\LogSystem\ElementDeletedLogEntry #}
|
||||
|
||||
{% import "log_system/details/helper.macro.html.twig" as log_helper %}
|
||||
|
||||
<span class="badge badge-notice"></span>
|
||||
|
||||
{{ log_helper.comment_field(entry) }}
|
||||
{{ log_helper.data_change_table(entry) }}
|
Loading…
Add table
Add a link
Reference in a new issue