Skip to content
Snippets Groups Projects
Commit 6dac763a authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon: Committed by Johannes Goderbauer
Browse files

1056568 activity store documents at creation

parent a60abf48
No related branches found
No related tags found
No related merge requests found
......@@ -565,6 +565,7 @@
</entityField>
<entityField>
<name>bindata</name>
<title>data</title>
<contentType>FILE</contentType>
<stateProcess>%aditoprj%/entity/Activity_entity/entityfields/bindata/stateProcess.js</stateProcess>
<onValueChange>%aditoprj%/entity/Activity_entity/entityfields/bindata/onValueChange.js</onValueChange>
......
......@@ -29,5 +29,9 @@
<name>16c5b82f-8690-493c-98d9-150c086202d0</name>
<view>DocumentDrawer_view</view>
</neonViewReference>
<neonViewReference>
<name>cd17be33-73ae-4e8d-a852-65152a772926</name>
<view>DocumentMultipleEdit_view</view>
</neonViewReference>
</references>
</neonContext>
......@@ -20,10 +20,6 @@
<name>290c8b73-4078-47eb-8009-a011f0ae670c</name>
<entityField>SUBJECT</entityField>
</entityFieldLink>
<entityFieldLink>
<name>4a15411b-5bd7-45c5-bd6d-7cde461b12d9</name>
<entityField>bindata</entityField>
</entityFieldLink>
<entityFieldLink>
<name>b90a5d96-9d1f-4eeb-b42c-0debeb7cf260</name>
<entityField>INFO</entityField>
......@@ -56,5 +52,10 @@
<entityField>Attributes</entityField>
<view>AttributeRelationMultiEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>1dfe4fcc-eb36-4a6c-878d-f907d36de9ac</name>
<entityField>Documents</entityField>
<view>DocumentMultipleEdit_view</view>
</neonViewReference>
</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.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.1.6">
<name>DocumentMultipleEdit_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<layout>
<noneLayout>
<name>layout</name>
</noneLayout>
</layout>
<children>
<genericMultipleViewTemplate>
<name>genericMultiple</name>
<entityField>#ENTITY</entityField>
<columns>
<neonGenericMultipleTableColumn>
<name>c4cc3dbf-95cb-4947-ae8a-4c8cca9f21b0</name>
<entityField>BINDATA_UPLOAD</entityField>
</neonGenericMultipleTableColumn>
<neonGenericMultipleTableColumn>
<name>40bf8a61-711f-42b8-b24c-0cdfc92e579f</name>
<entityField>NAME</entityField>
</neonGenericMultipleTableColumn>
<neonGenericMultipleTableColumn>
<name>dc1d0e99-6600-4067-8192-07e8c605d362</name>
<entityField>DESCRIPTION</entityField>
</neonGenericMultipleTableColumn>
<neonGenericMultipleTableColumn>
<name>ab509c66-f72a-46b5-af5d-2b5620506bf5</name>
<entityField>IS_MAIN_DOCUMENT</entityField>
</neonGenericMultipleTableColumn>
</columns>
</genericMultipleViewTemplate>
</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