Skip to content

Commit

Permalink
fix: template data missing
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jun 23, 2023
1 parent 421e0b1 commit ced8ea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uniticket/uni_ticket/views/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def dashboard(request, structure_slug, structure):
cm = TicketCategory
categories = cm.objects.filter(organizational_structure=structure)\
.select_related('organizational_office')\
.values('description','name','slug')\
.prefetch_related('ticketcategorycondition_set')\
.prefetch_related('ticketcategorytask_set')
# disabled_expired_items(categories)
Expand Down

0 comments on commit ced8ea2

Please sign in to comment.