diff --git a/neonView/RoleChildrenList_view/RoleChildrenList_view.aod b/neonView/RoleChildrenList_view/RoleChildrenList_view.aod index 14c31a39e8c766e57eac6454d22b063e5da484c5..777f1a116a0ca5eb73734e06ba80cd3a65aca974 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>