Follow up: Fixed issue #1810 - Reset notification receiving to 'full' again to avoid unwanted spamming to users that have no direct permissions to the ticket. This needs a broader refactoring.
This commit is contained in:
parent
196672c50e
commit
db9d0a0eae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Transaction::Notification
|
|||
recipients_reason = {}
|
||||
|
||||
# loop through all users
|
||||
possible_recipients = User.group_access(ticket.group_id, 'read').sort_by(&:login)
|
||||
possible_recipients = User.group_access(ticket.group_id, 'full').sort_by(&:login)
|
||||
|
||||
# apply owner
|
||||
if ticket.owner_id != 1
|
||||
|
|
Loading…
Reference in a new issue