Skip to content
Snippets Groups Projects
Commit 599001d4 authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Merge branch 'master' of gitlab.adito.de:xrm/basic

parents addcedb0 cc339ac9
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
<entityField>
<name>DESCRIPTION</name>
<title>Description</title>
<contentType>LONG_TEXT</contentType>
<mandatory v="true" />
</entityField>
<entityConsumer>
......
......@@ -75,6 +75,7 @@
<consumer>Products</consumer>
<linkedContext>Product</linkedContext>
<mandatory v="true" />
<state>READONLY</state>
<displayValueProcess>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/Offeritem_entity/entityfields/product_id/onValueChange.js</onValueChange>
<onValueChangeTypes>
......
......@@ -4,6 +4,7 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterview>DescriptionTranslationFilter_view</filterview>
<editview>DescriptionTranslationEdit_view</editview>
<preview>DescriptionTranslationPreview_view</preview>
<entity>DescriptionTranslation_entity</entity>
<references>
<neonViewReference>
......@@ -14,5 +15,9 @@
<name>0d8720bb-5bef-4913-a0ea-d426875d8127</name>
<view>DescriptionTranslationEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>d0cfda07-eb27-440d-a698-03763ca8d664</name>
<view>DescriptionTranslationPreview_view</view>
</neonViewReference>
</references>
</neonContext>
......@@ -2,6 +2,7 @@
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>DescriptionTranslationEdit_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<isSmall v="true" />
<layout>
<boxLayout>
<name>layout</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.1.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.1">
<name>DescriptionTranslationPreview_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout>
<boxLayout>
<name>layout</name>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>TranslationInfo</name>
<showDrawer v="true" />
<drawerCaption></drawerCaption>
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>5e432839-ca9a-4a29-8006-0a1673d94c92</name>
<entityField>LANG</entityField>
</entityFieldLink>
<entityFieldLink>
<name>1348a3ee-b372-4091-a0d5-5ab45fcb58a9</name>
<entityField>DESCRIPTION</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</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