From a11c9f6db5ea47063795ed3ca6726b5384363de4 Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Tue, 4 Jun 2019 08:22:54 +0200
Subject: [PATCH] removed grant to delete LogHistories

---
 entity/LogHistory_entity/LogHistory_entity.aod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/entity/LogHistory_entity/LogHistory_entity.aod b/entity/LogHistory_entity/LogHistory_entity.aod
index 683371f942..3c170d5559 100644
--- a/entity/LogHistory_entity/LogHistory_entity.aod
+++ b/entity/LogHistory_entity/LogHistory_entity.aod
@@ -3,6 +3,7 @@
   <name>LogHistory_entity</name>
   <majorModelMode>DISTRIBUTED</majorModelMode>
   <title>Log</title>
+  <grantDelete v="false" />
   <iconId>NEON:HISTORY</iconId>
   <imageProcess>%aditoprj%/entity/LogHistory_entity/imageProcess.js</imageProcess>
   <titlePlural>Logs</titlePlural>
@@ -18,14 +19,14 @@
       <resolution>SECOND</resolution>
       <outputFormat></outputFormat>
       <inputFormat></inputFormat>
-      <mandatory v="true" />
       <groupable v="true" />
+      <mandatory v="true" />
     </entityField>
     <entityField>
       <name>USER_NEW</name>
       <title>User</title>
-      <mandatory v="true" />
       <groupable v="true" />
+      <mandatory v="true" />
     </entityField>
     <entityField>
       <name>DESCRIPTION</name>
-- 
GitLab