From f66e1612f1b2c965cf3db7fce1070a15ef460f69 Mon Sep 17 00:00:00 2001 From: "m.escher" <m.escher@mescher-nb.aditosoftware.local> Date: Fri, 12 Oct 2018 11:01:48 +0200 Subject: [PATCH] add DefaultContext and DefaultLookup_view --- neonContext/Default_context/Default_context.aod | 11 +++++++++++ neonContext/Org_context/Org_context.aod | 1 - .../DefaultLookup_view/DefaultLookup_view.aod | 16 ++++++++++++++++ .../_____PREFERENCES_PROJECT.aod | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 neonContext/Default_context/Default_context.aod create mode 100644 neonView/DefaultLookup_view/DefaultLookup_view.aod diff --git a/neonContext/Default_context/Default_context.aod b/neonContext/Default_context/Default_context.aod new file mode 100644 index 0000000000..d7dc65e696 --- /dev/null +++ b/neonContext/Default_context/Default_context.aod @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.0.0"> + <name>Default_context</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <references> + <neonViewReference> + <name>9fab8655-e49d-4108-a64f-a371c3d9c80b</name> + <view>DefaultLookup_view</view> + </neonViewReference> + </references> +</neonContext> diff --git a/neonContext/Org_context/Org_context.aod b/neonContext/Org_context/Org_context.aod index 388b6446c3..c9a5b204f3 100644 --- a/neonContext/Org_context/Org_context.aod +++ b/neonContext/Org_context/Org_context.aod @@ -9,7 +9,6 @@ <filterview>OrgFilter_view</filterview> <editview>OrgEdit_view</editview> <preview>OrgPreview_view</preview> - <lookupview>OrgFilter_view</lookupview> <entity>Org_entity</entity> <references> <neonViewReference> diff --git a/neonView/DefaultLookup_view/DefaultLookup_view.aod b/neonView/DefaultLookup_view/DefaultLookup_view.aod new file mode 100644 index 0000000000..d824139d58 --- /dev/null +++ b/neonView/DefaultLookup_view/DefaultLookup_view.aod @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.0"> + <name>DefaultLookup_view</name> + <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <noneLayout> + <name>layout</name> + </noneLayout> + </layout> + <children> + <listTemplate> + <name>ListTemplate</name> + <entityField>#ENTITY</entityField> + </listTemplate> + </children> +</neonView> diff --git a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod index 6342decac5..b0f2142f63 100644 --- a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod +++ b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod @@ -2,7 +2,7 @@ <preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1"> <name>_____PREFERENCES_PROJECT</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <projectName>xRM-Basic</projectName> + <projectName>xRM-Basic-5</projectName> <jditoMaxContentSize v="57671680" /> <calendarCategoriesEvent> <entry> -- GitLab