From 1c77db82af78b0c07a3f9e72a43fc6ea95c833fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Sat, 5 Oct 2024 20:11:02 +0200 Subject: [PATCH] Hotfix: remove useless property on tables --- k356/items/templates/components/ItemDetail/template.html | 6 +++--- .../items/templates/components/PropertyDetail/template.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/k356/items/templates/components/ItemDetail/template.html b/k356/items/templates/components/ItemDetail/template.html index e2230cc..e636e11 100644 --- a/k356/items/templates/components/ItemDetail/template.html +++ b/k356/items/templates/components/ItemDetail/template.html @@ -96,7 +96,7 @@ :items="linked_properties" :items_headers="linked_properties_headers" :items_relations="{'property': all_properties}" - :hidden_fields="['name', 'description', 'custom_identifier']" + :hidden_fields="['name', 'description', 'custom_identifier', 'item__name', 'item__custom_identifier']" :non_editable_fields="['item']" show_item="property" group_by="type" @@ -113,7 +113,7 @@