mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-20 11:00:35 +00:00
* feat: 工单多级审批 + 模版创建 * feat: 工单权限处理 * fix: 工单关闭后 再审批bug * perf: 修改一点 Co-authored-by: feng626 <1304903146@qq.com> Co-authored-by: ibuler <ibuler@qq.com>
6 lines
128 B
Python
6 lines
128 B
Python
from django.dispatch import Signal
|
|
|
|
post_change_ticket_action = Signal()
|
|
|
|
post_or_update_change_ticket_flow_approval = Signal()
|