From f4d39f0800bf4cb33db69328c10d9045a1cafdb3 Mon Sep 17 00:00:00 2001
From: Markus Escher <m.escher@adito.de>
Date: Wed, 23 Jan 2019 13:59:39 +0100
Subject: [PATCH] add isObjectAction flag to download Action

---
 entity/Document_entity/Document_entity.aod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/entity/Document_entity/Document_entity.aod b/entity/Document_entity/Document_entity.aod
index 8e6c9d0d6f..16c1174ffa 100644
--- a/entity/Document_entity/Document_entity.aod
+++ b/entity/Document_entity/Document_entity.aod
@@ -74,6 +74,7 @@
           <name>downloadFilesAction</name>
           <fieldType>ACTION</fieldType>
           <onActionProcess>%aditoprj%/entity/Document_entity/entityfields/document_actions/children/downloadfilesaction/onActionProcess.js</onActionProcess>
+          <isObjectAction v="false" />
           <iconId>VAADIN:DOWNLOAD</iconId>
         </entityActionField>
       </children>
-- 
GitLab