diff --git a/neonView/RoleChildrenList_view/RoleChildrenList_view.aod b/neonView/RoleChildrenList_view/RoleChildrenList_view.aod index ada141eeefbfbf0e0e287e56ad32182a097eabaa..8876a89c73b21bdb8c993bcca9dcdaee38c45f97 100644 --- a/neonView/RoleChildrenList_view/RoleChildrenList_view.aod +++ b/neonView/RoleChildrenList_view/RoleChildrenList_view.aod @@ -10,16 +10,12 @@ <children> <titledListViewTemplate> <name>TitledList</name> + <titleField>CHILD_ROLE</titleField> + <titleFieldFullWidth v="true" /> <entityField>#ENTITY</entityField> <isDeletable v="false" /> <isEditable v="false" /> <isCreatable v="false" /> - <columns> - <neonTitledListTableColumn> - <name>0451e2ec-e216-4d4f-8080-e6b9aaf56613</name> - <entityField>CHILD_ROLE</entityField> - </neonTitledListTableColumn> - </columns> </titledListViewTemplate> </children> </neonView> diff --git a/neonView/RoleParentList_view/RoleParentList_view.aod b/neonView/RoleParentList_view/RoleParentList_view.aod index 2a2073e31961aeda39ace51d84243065d475c40b..d4901c30aff838b71555a44577dbcb1649bf757d 100644 --- a/neonView/RoleParentList_view/RoleParentList_view.aod +++ b/neonView/RoleParentList_view/RoleParentList_view.aod @@ -10,16 +10,12 @@ <children> <titledListViewTemplate> <name>TitledList</name> + <titleField>PARENT_ROLE</titleField> + <titleFieldFullWidth v="true" /> <entityField>#ENTITY</entityField> <isDeletable v="false" /> <isEditable v="false" /> <isCreatable v="false" /> - <columns> - <neonTitledListTableColumn> - <name>cdc83256-2ea4-4a97-a323-b400a4037915</name> - <entityField>PARENT_ROLE</entityField> - </neonTitledListTableColumn> - </columns> </titledListViewTemplate> </children> </neonView>