Automatic action "TaskMoveColumnClosed" does not log column movement

Fixes #5297
This commit is contained in:
Frédéric Guillot 2023-07-07 18:03:51 -07:00 committed by Frédéric Guillot
parent f5d0555ebd
commit e00e2e3789
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TaskMoveColumnClosed extends Base
$this->getParam('dest_column_id'),
1,
$data['task']['swimlane_id'],
false,
true,
false
);
}