Skip to content

Commit

Permalink
Added acceptIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
raynichc committed Sep 14, 2020
1 parent 48b3d8d commit 8b69963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Help Desk/src/Domain/TechGroupGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getPermissionValue($gibbonPersonID, $permission)
$query = $this
->newSelect()
->distinct()
->cols(['viewIssue, viewIssueStatus, assignIssue, resolveIssue, createIssueForOther, fullAccess, reassignIssue, reincarnateIssue'])
->cols(['viewIssue, viewIssueStatus, assignIssue, acceptIssue, resolveIssue, createIssueForOther, fullAccess, reassignIssue, reincarnateIssue'])
->from($this->getTableName())
->leftJoin('helpDeskTechnicians', 'helpDeskTechGroups.groupID=helpDeskTechnicians.groupID')
->where('helpDeskTechnicians.gibbonPersonID = :gibbonPersonID')
Expand Down

0 comments on commit 8b69963

Please sign in to comment.