mirror of https://github.com/jumpserver/jumpserver
fix: Delete user failed(DoesNotExist) when user create share session
parent
c0adc1fe74
commit
e1f5d3c737
|
@ -180,7 +180,7 @@ def on_django_start_set_operate_log_monitor_models(sender, **kwargs):
|
||||||
'PlatformAutomation', 'PlatformProtocol', 'Protocol',
|
'PlatformAutomation', 'PlatformProtocol', 'Protocol',
|
||||||
'HistoricalAccount', 'GatheredUser', 'ApprovalRule',
|
'HistoricalAccount', 'GatheredUser', 'ApprovalRule',
|
||||||
'BaseAutomation', 'CeleryTask', 'Command', 'JobLog',
|
'BaseAutomation', 'CeleryTask', 'Command', 'JobLog',
|
||||||
'ConnectionToken', 'SessionJoinRecord',
|
'ConnectionToken', 'SessionJoinRecord', 'SessionSharing',
|
||||||
'HistoricalJob', 'Status', 'TicketStep', 'Ticket',
|
'HistoricalJob', 'Status', 'TicketStep', 'Ticket',
|
||||||
'UserAssetGrantedTreeNodeRelation', 'TicketAssignee',
|
'UserAssetGrantedTreeNodeRelation', 'TicketAssignee',
|
||||||
'SuperTicket', 'SuperConnectionToken', 'AdminConnectionToken', 'PermNode',
|
'SuperTicket', 'SuperConnectionToken', 'AdminConnectionToken', 'PermNode',
|
||||||
|
|
Loading…
Reference in New Issue