From 5dd4789aa97e4dcbcec65a65f6480257646a115b Mon Sep 17 00:00:00 2001 From: "m.escher" <m.escher@mescher-nb.aditosoftware.local> Date: Fri, 12 Oct 2018 11:39:55 +0200 Subject: [PATCH] rename listTemplate -> listViewTemplate --- neonView/DefaultLookup_view/DefaultLookup_view.aod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neonView/DefaultLookup_view/DefaultLookup_view.aod b/neonView/DefaultLookup_view/DefaultLookup_view.aod index d824139d58..439caeee63 100644 --- a/neonView/DefaultLookup_view/DefaultLookup_view.aod +++ b/neonView/DefaultLookup_view/DefaultLookup_view.aod @@ -8,9 +8,9 @@ </noneLayout> </layout> <children> - <listTemplate> + <listViewTemplate> <name>ListTemplate</name> <entityField>#ENTITY</entityField> - </listTemplate> + </listViewTemplate> </children> </neonView> -- GitLab