From 48664d3d537d030f32b001aa2139a10a2ad6589d Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Mon, 18 Mar 2019 21:41:36 +0100
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?=
 =?UTF-8?q?=201035782][Aktivit=C3=A4t=20/=20Aufgabe=20-=20Nutzung=20des=20?=
 =?UTF-8?q?kompletten=20Moduls=20sicherstellen]=20added=20time=20to=20star?=
 =?UTF-8?q?t-=20and=20maturity-date?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/Task_entity/Task_entity.aod | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/entity/Task_entity/Task_entity.aod b/entity/Task_entity/Task_entity.aod
index ebb4854f80..47be6d59cd 100644
--- a/entity/Task_entity/Task_entity.aod
+++ b/entity/Task_entity/Task_entity.aod
@@ -62,8 +62,7 @@
       <name>START_DATE</name>
       <title>start date</title>
       <contentType>DATE</contentType>
-      <resolution>DAY</resolution>
-      <outputFormat>dd.MM.yyyy</outputFormat>
+      <resolution>MINUTE</resolution>
       <groupable v="true" />
       <valueProcess>%aditoprj%/entity/Task_entity/entityfields/start_date/valueProcess.js</valueProcess>
       <onValidation>%aditoprj%/entity/Task_entity/entityfields/start_date/onValidation.js</onValidation>
@@ -72,8 +71,7 @@
       <name>MATURITY_DATE</name>
       <title>maturity date</title>
       <contentType>DATE</contentType>
-      <resolution>DAY</resolution>
-      <outputFormat>dd.MM.yyyy</outputFormat>
+      <resolution>MINUTE</resolution>
       <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maturity_date/valueProcess.js</valueProcess>
       <onValidation>%aditoprj%/entity/Task_entity/entityfields/maturity_date/onValidation.js</onValidation>
     </entityField>
-- 
GitLab