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

remove duplicate downloadEntryAction

parent c9d044ae
No related branches found
No related tags found
No related merge requests found
......@@ -231,11 +231,6 @@
</entityDependency>
</dependencies>
</entityIncomingField>
<entityActionField>
<name>downloadEntryAction</name>
<fieldType>ACTION</fieldType>
<onActionProcess>%aditoprj%/entity/Document_entity/entityfields/downloadentryaction/onActionProcess.js</onActionProcess>
</entityActionField>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
......
import("Document_lib");
DocumentUtil.downloadSelectedDocuments();
......@@ -14,7 +14,7 @@
<titleField>NAME</titleField>
<descriptionField>DESCRIPTION</descriptionField>
<iconField>ICON</iconField>
<entryAction>downloadEntryAction</entryAction>
<entryAction>downloadFilesAction</entryAction>
<entityField>#ENTITY</entityField>
</actionListViewTemplate>
</children>
......
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