Skip to content
Snippets Groups Projects
Commit f450fe7e authored by Simon Leipold's avatar Simon Leipold
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1048382][Permission - Refactoring]

parent f85c77b7
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ switch (accessType) {
sqlCondDelPermSet.deleteData(true, "ASYS_PERMISSIONSET"); // delete all permission sets
break;
default:
db.deleteData("ASYS_PERMISSIONACTION", sqlCondDelAction, alias); // delete all actions of the selected permission
db.deleteData("ASYS_PERMISSION", sqlCondDelPerm, alias); // delete the selected permission
sqlCondDelAction.deleteData(true, "ASYS_PERMISSIONACTION"); // delete all actions of the selected permission
sqlCondDelPerm.deleteData(true, "ASYS_PERMISSION"); // delete the selected permission
break;
}
......
......@@ -80,7 +80,7 @@ function PermissionUtil () {}
}
/**
* Returns the action a given permission action id.
* Returns the action of a given permission action id.
*
* @param {String} pActionId id of the action
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment