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

View File

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