Compare commits
No commits in common. "29f4edccb85b2ee13b9019c07dcec6574416cb34" and "90cb2ed7f7a3d9a2f12de1c9a483a9097276b727" have entirely different histories.
29f4edccb8
...
90cb2ed7f7
|
|
@ -401,9 +401,6 @@ class ResignationViewSet(TicketMixin, EuModelViewSet):
|
|||
search_fields = ["employee__name"]
|
||||
workflow_key = "wf_resignation"
|
||||
|
||||
def gen_other_ticket_data(self, instance):
|
||||
return {"employee_name": instance.employee.name}
|
||||
|
||||
@staticmethod
|
||||
def update_handle_date(ticket: Ticket, transition, new_ticket_data: dict):
|
||||
handle_date = new_ticket_data.get("handle_date", None)
|
||||
|
|
|
|||
Loading…
Reference in New Issue