Skip to content
Snippets Groups Projects
Commit b119b7cf authored by Markus Escher's avatar Markus Escher
Browse files

remove LookupView from Context/Object

parent 6c394edc
No related branches found
No related tags found
No related merge requests found
......@@ -2,17 +2,12 @@
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0">
<name>Context</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<lookupview>ContextLookup_view</lookupview>
<entity>Context_entity</entity>
<references>
<neonViewReference>
<name>ddec38ae-82e6-4ac7-a50e-8a735eb9a075</name>
<view>ContextFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>f9fed52b-de56-49a0-89cd-84d1a9e82536</name>
<view>ContextLookup_view</view>
</neonViewReference>
<neonViewReference>
<name>86650dd4-9569-433e-b3e5-fb9d62a7e45d</name>
<view>ContextLookup_vieww</view>
......
......@@ -2,12 +2,5 @@
<neonContext xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonContext/1.1.0">
<name>Object</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<lookupview>ObjectLookup_view</lookupview>
<entity>Object_entity</entity>
<references>
<neonViewReference>
<name>a9193747-07f9-41f4-8bea-97c46e20bd05</name>
<view>ObjectLookup_view</view>
</neonViewReference>
</references>
</neonContext>
<?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.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.0">
<name>ContextLookup_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<tableViewTemplate>
<name>Contexts</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>e3178147-3010-48e2-b23c-022e1badc3f7</name>
<entityField>CONTEXT_NAME</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
</children>
</neonView>
<?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.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.0">
<name>ObjectLookup_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<tableViewTemplate>
<name>Objects</name>
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
<name>f131a39f-a3fe-42a6-b5df-65e12ae9eea7</name>
<entityField>TITLE</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
</children>
</neonView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment