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 @@