Case Permissions #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Validate case permissions before viewing and editing.
ADMIN = true
CASE_WORKER = if assigned to case
CASE_MANAGER = if case manager of case worker assigned to case
DEFAULT = false
Basic functionality for this is in place. Created the static Libs::checkPermissions method to accomplish this task. Need to do some extensive testing that this works.