fix request log
This commit is contained in:
@@ -240,7 +240,7 @@ class DataScopeController extends AbstractController
|
||||
$this->scopeTableManager->rebuildUserScope($id);
|
||||
|
||||
OperationLogService::log(
|
||||
user_id: OperationLogService::getCurrentUserId() ?? 0,
|
||||
user_id: OperationLogService::getCurrentUserId(),
|
||||
action: 'scope.update',
|
||||
target_type: 'user',
|
||||
target_id: $id,
|
||||
|
||||
Reference in New Issue
Block a user