Skip to content

Commit

Permalink
NZ: Alejandro/nz/corrections post launch (#2345)
Browse files Browse the repository at this point in the history
* remove skip_if

* update permissions
  • Loading branch information
janorivera authored Jun 13, 2024
1 parent 1b05b2d commit e2398b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/permissions/nz.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editIncident": [["isSupervisor", "isCaseOpen"],["isCreator", "isCaseOpen", {"createdHoursAgo": 24}],["isCaseContactOwner", "isCaseOpen", {"createdHoursAgo": 24}]],
"addDocument": [["isSupervisor", "isCaseOpen"],["isCreator", "isCaseOpen", {"createdHoursAgo": 24}],["isCaseContactOwner", "isCaseOpen", {"createdHoursAgo": 24}]],
"editDocument": [["isSupervisor", "isCaseOpen"],["isCreator", "isCaseOpen", {"createdHoursAgo": 24}],["isCaseContactOwner", "isCaseOpen", {"createdHoursAgo": 24}]],
"editCaseOverview": [["isSupervisor", "isCaseOpen"],["isCreator", "isCaseOpen", {"createdHoursAgo": 24}],["isCaseContactOwner", "isCaseOpen", {"createdHoursAgo": 24}]],
"editCaseOverview": [["isSupervisor"],["isCreator", "isCaseOpen", {"createdHoursAgo": 24}],["isCaseContactOwner", "isCaseOpen", {"createdHoursAgo": 24}]],
"updateCaseContacts": [["isSupervisor", "isCaseOpen"], ["isCaseOpen", {"createdDaysAgo": 28}]],

"viewContact": [["isSupervisor"],["isOwner",{"createdDaysAgo": 28}]],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{
"expression": "(worker.waitingOfflineContact != true AND ((task.transferTargetType == 'worker' AND task.targetSid == worker.sid) OR (task.transferTargetType != 'worker' AND worker.sid != task.ignoreAgent))) OR (worker.waitingOfflineContact == true AND task.targetSid == worker.sid AND task.isContactlessTask == true)",
"queue": "${task_queues.clinical}",
"skip_if": "1==1",
"priority": 8
}
]
Expand Down

0 comments on commit e2398b0

Please sign in to comment.