Skip to content

Commit

Permalink
Usher to have access to ticket event title
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Nov 2, 2023
1 parent cf2cdca commit 7321556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions funnel/models/sync_ticket.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ class TicketEvent(GetTitleMixin, Model):
'read': {'name', 'title'},
'write': {'name', 'title'},
},
'project_usher': {
'read': {'name', 'title'},
},
}


Expand Down

0 comments on commit 7321556

Please sign in to comment.