fix: Delete user failed(DoesNotExist) when user create share session

pull/15730/head
wangruidong 2025-07-15 10:52:30 +08:00 committed by Bryan
parent c0adc1fe74
commit e1f5d3c737
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def on_django_start_set_operate_log_monitor_models(sender, **kwargs):
'PlatformAutomation', 'PlatformProtocol', 'Protocol',
'HistoricalAccount', 'GatheredUser', 'ApprovalRule',
'BaseAutomation', 'CeleryTask', 'Command', 'JobLog',
'ConnectionToken', 'SessionJoinRecord',
'ConnectionToken', 'SessionJoinRecord', 'SessionSharing',
'HistoricalJob', 'Status', 'TicketStep', 'Ticket',
'UserAssetGrantedTreeNodeRelation', 'TicketAssignee',
'SuperTicket', 'SuperConnectionToken', 'AdminConnectionToken', 'PermNode',