From ae17346cbec7f2518aa1d3f1c3e9dcc366594b5c Mon Sep 17 00:00:00 2001 From: Benjamin Ulrich <b.ulrich@adito.de> Date: Thu, 21 Jan 2021 10:46:17 +0000 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20xRM][TicketNr.:?= =?UTF-8?q?=201059984][Rollen=20-=20Warum=20k=C3=B6nnen=20Childrollen=20nu?= =?UTF-8?q?r=20in=20der=20Editview=20erg=C3=A4nzt=20werden=3F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neonView/RoleChildrenList_view/RoleChildrenList_view.aod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neonView/RoleChildrenList_view/RoleChildrenList_view.aod b/neonView/RoleChildrenList_view/RoleChildrenList_view.aod index 14c31a39e8..777f1a116a 100644 --- a/neonView/RoleChildrenList_view/RoleChildrenList_view.aod +++ b/neonView/RoleChildrenList_view/RoleChildrenList_view.aod @@ -13,9 +13,9 @@ <titleField>CHILD_ROLE</titleField> <titleFieldFullWidth v="true" /> <entityField>#ENTITY</entityField> - <isDeletable v="false" /> - <isCreatable v="false" /> - <isEditable v="false" /> + <isDeletable v="true" /> + <isEditable v="true" /> + <isCreatable v="true" /> </titledListViewTemplate> </children> </neonView> -- GitLab