Fire event after `TaskMoveColumnOnDueDate` action

Fixes #5021
This commit is contained in:
Chris 2023-01-13 03:23:53 +01:00 committed by GitHub
parent 32667285a8
commit bb5e45ef69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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