From 1624a3258f8d78fb5a1a57d4ee2b908c8648a438 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Wed, 3 Jul 2019 09:34:56 +0200 Subject: [PATCH] grant delete in offeritem --- entity/Offeritem_entity/grantDeleteProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Offeritem_entity/grantDeleteProcess.js b/entity/Offeritem_entity/grantDeleteProcess.js index 0008c955b2b..907809c328c 100644 --- a/entity/Offeritem_entity/grantDeleteProcess.js +++ b/entity/Offeritem_entity/grantDeleteProcess.js @@ -2,4 +2,4 @@ import("system.vars"); import("system.result"); import("Offer_lib"); -//result.object(OfferUtils.isEditable(vars.get("$param.OfferStatus_param")) && vars.get("$field.ASSIGNEDTO") == ""); \ No newline at end of file +//result.object(OfferUtils.isDeletable(vars.get("$param.OfferStatus_param")) && vars.get("$field.ASSIGNEDTO") == ""); \ No newline at end of file -- GitLab