Skip to content
Snippets Groups Projects
Commit fb95f72e authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

renaming: Pers_context-views -> Contact_context-views

parent 1e319bd4
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 26 deletions
import("system.vars");
import("system.neon");
neon.openContext("Contact_context", "PersEditDefaults_view", [vars.get("$field.RELATIONID")], neon.OPERATINGSTATE_EDIT, null);
\ No newline at end of file
neon.openContext("Contact_context", "ContactEditDefaults_view", [vars.get("$field.RELATIONID")], neon.OPERATINGSTATE_EDIT, null);
\ No newline at end of file
import("system.vars");
import("system.neon");
neon.openContext("Contact_context", "PersEditDefaults_view", [vars.get("$sys.uid")], neon.OPERATINGSTATE_EDIT, null);
neon.openContext("Contact_context", "ContactEditDefaults_view", [vars.get("$sys.uid")], neon.OPERATINGSTATE_EDIT, null);
......@@ -3,44 +3,44 @@
<name>Contact_context</name>
<title>Contact</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<mainview>PersMain_view</mainview>
<filterview>PersFilter_view</filterview>
<editview>PersEdit_view</editview>
<preview>PersPreview_view</preview>
<lookupview>PersLookup_view</lookupview>
<mainview>ContactMain_view</mainview>
<filterview>ContactFilter_view</filterview>
<editview>ContactEdit_view</editview>
<preview>ContactPreview_view</preview>
<lookupview>ContactLookup_view</lookupview>
<entity>Contact_entity</entity>
<references>
<neonViewReference>
<name>901b3b2b-0f39-4d21-89fc-7d3cc7f6f5bc</name>
<view>PersMain_view</view>
<view>ContactMain_view</view>
</neonViewReference>
<neonViewReference>
<name>44ddbcaa-f5ae-4cf7-a12c-36e0c4fe854d</name>
<view>PersFilter_view</view>
<view>ContactFilter_view</view>
</neonViewReference>
<neonViewReference>
<name>aa2fef1f-796c-4d00-b37c-0d91e55957a0</name>
<view>PersPreview_view</view>
<view>ContactPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>ab08dc45-8021-4b9c-8f95-5a515441973f</name>
<view>PersEdit_view</view>
<view>ContactEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>059b25be-ba0e-43c9-983a-6a6115b3a24c</name>
<view>PersDetail_view</view>
<view>ContactDetail_view</view>
</neonViewReference>
<neonViewReference>
<name>4192e40d-23f0-45ff-8f2c-3a0694a59582</name>
<view>PersEditDefaults_view</view>
<view>ContactEditDefaults_view</view>
</neonViewReference>
<neonViewReference>
<name>c597732e-0291-42a1-8edf-20ff701aac5d</name>
<view>PersLookup_view</view>
<view>ContactLookup_view</view>
</neonViewReference>
<neonViewReference>
<name>d2fe8cd9-e3fc-4f4e-bd61-f762e3315798</name>
<view>PersSimpleList_view</view>
<view>ContactSimpleList_view</view>
</neonViewReference>
</references>
</neonContext>
......@@ -8,7 +8,7 @@
<defaultDashlets>
<neonDashlet>
<name>Dashlet2</name>
<viewName>PersFilter_view</viewName>
<viewName>ContactFilter_view</viewName>
<configName>AllContactsDashlet</configName>
<uiConfiguration>
<name>uiConfiguration</name>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersDetail_view</name>
<name>ContactDetail_view</name>
<title>Details</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersEditDefaults_view</name>
<name>ContactEditDefaults_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersEdit_view</name>
<name>ContactEdit_view</name>
<title>Contact</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<icon>VAADIN:USERS</icon>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersFilter_view</name>
<name>ContactFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<dashletConfigurations>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersLookup_view</name>
<name>ContactLookup_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersMain_view</name>
<name>ContactMain_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<masterSlaveLayout>
......@@ -12,7 +12,7 @@
<neonViewReference>
<name>12865531-5e68-4760-a846-8af7b97f9561</name>
<entityField>#ENTITY</entityField>
<view>PersPreview_view</view>
<view>ContactPreview_view</view>
</neonViewReference>
<neonViewReference>
<name>d674b32c-0493-47ea-a51f-dff5d13d237d</name>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersPreview_view</name>
<name>ContactPreview_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<boxLayout>
......
<?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.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1">
<name>PersSimpleList_view</name>
<name>ContactSimpleList_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<children>
<tableViewTemplate>
......
......@@ -23,7 +23,7 @@
<neonViewReference>
<name>c10533a6-d185-4b13-84ee-53a468544c03</name>
<entityField>Contacts</entityField>
<view>PersSimpleList_view</view>
<view>ContactSimpleList_view</view>
</neonViewReference>
<neonViewReference>
<name>78aee175-d3ac-4378-8b3b-27f44a529aa5</name>
......
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