From 3dc56c5f62b94594e5c6da97951ac7015bafd888 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Wed, 3 Jul 2019 09:28:46 +0200 Subject: [PATCH] grant delete in offeritem --- entity/Offeritem_entity/grantDeleteProcess.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entity/Offeritem_entity/grantDeleteProcess.js b/entity/Offeritem_entity/grantDeleteProcess.js index 86916194c6..0008c955b2 100644 --- a/entity/Offeritem_entity/grantDeleteProcess.js +++ b/entity/Offeritem_entity/grantDeleteProcess.js @@ -1,6 +1,5 @@ -import("system.logging"); import("system.vars"); import("system.result"); import("Offer_lib"); -logging.log(JSON.stringify(vars.get("$sys.selectionRows"), null, "\t")) \ No newline at end of file +//result.object(OfferUtils.isEditable(vars.get("$param.OfferStatus_param")) && vars.get("$field.ASSIGNEDTO") == ""); \ No newline at end of file -- GitLab