Skip to content
Snippets Groups Projects
Commit 442eebc4 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

2001720 workflowStartConfig added edit view

parent dbc886cd
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,17 @@ ...@@ -2,11 +2,17 @@
<neonContext 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/neonContext/1.1.1"> <neonContext 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/neonContext/1.1.1">
<name>WorkflowStartConfig</name> <name>WorkflowStartConfig</name>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<filterView>WorkflowStartConfigFilter_view</filterView>
<editView>WorkflowStartConfigEdit_view</editView>
<entity>WorkflowStartConfig_entity</entity> <entity>WorkflowStartConfig_entity</entity>
<references> <references>
<neonViewReference> <neonViewReference>
<name>c6e5379e-3df6-4f1d-be39-32fd1ad0852d</name> <name>c6e5379e-3df6-4f1d-be39-32fd1ad0852d</name>
<view>WorkflowStartConfigFilter_view</view> <view>WorkflowStartConfigFilter_view</view>
</neonViewReference> </neonViewReference>
<neonViewReference>
<name>a8c1e94d-83cb-45c3-afc3-70686705ab82</name>
<view>WorkflowStartConfigEdit_view</view>
</neonViewReference>
</references> </references>
</neonContext> </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.8" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.8">
<name>WorkflowStartConfigEdit_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<size>SMALL</size>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<genericViewTemplate>
<name>Generic</name>
<editMode v="true" />
<fields>
<entityFieldLink>
<name>48b1dd11-5964-4d46-85eb-3f144ab7b3d2</name>
<entityField>OBJECT_TYPE</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
</children>
</neonView>
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
<children> <children>
<tableViewTemplate> <tableViewTemplate>
<name>Table</name> <name>Table</name>
<inlineEdit v="true" />
<autoNewRow v="true" />
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<columns> <columns>
<neonTableColumn> <neonTableColumn>
......
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