From 1e035061edf3135058e8c3efcf7b8726b830abc2 Mon Sep 17 00:00:00 2001 From: Simon Leipold <s.leipold@adito.de> Date: Mon, 5 Aug 2019 10:50:53 +0200 Subject: [PATCH] Permissions - fixed bug for field permissions (added view, removed read) --- .../entityfields/action/dropDownProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/PermissionAction_entity/entityfields/action/dropDownProcess.js b/entity/PermissionAction_entity/entityfields/action/dropDownProcess.js index 371de4f973..6d76464933 100644 --- a/entity/PermissionAction_entity/entityfields/action/dropDownProcess.js +++ b/entity/PermissionAction_entity/entityfields/action/dropDownProcess.js @@ -20,7 +20,7 @@ switch (accesstype) { break; case "F": actions = [ - ["read", "read"], + ["view", "view"], ["update", "update"] ] } -- GitLab