refs #7584 workerTimeControl #6

Merged
robert merged 4 commits from 7584-workerTimeControl into master 2024-12-10 06:49:06 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 6b53029c06 - Show all commits

View File

@ -522,7 +522,9 @@ module.exports = class MyLogger {
`[${action}]`[actionColor[action]],
`${logInfo.name}: ${originFk}, ${modelName}: ${modelId}`
);
const noInclude = tableInfo.rowExcludeField && !row.editorFk;
try {
if (isDelete && (!tableInfo.rowExcludeField || noInclude)) {
[[deleteRow]] = await logInfo.fetchStmt.execute([