From 2cb5df8e1cf5fff35071128959c5753c1bc0481f Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Tue, 7 Jul 2026 13:25:02 -0300 Subject: [PATCH] add item to the dropdown menu --- Asset/js/relocate.js | 57 ++++++++++++++++++++++++++++++ Plugin.php | 9 +++-- Template/board/column_dropdown.php | 7 ++-- 3 files changed, 69 insertions(+), 4 deletions(-) create mode 100644 Asset/js/relocate.js diff --git a/Asset/js/relocate.js b/Asset/js/relocate.js new file mode 100644 index 0000000..543ed6d --- /dev/null +++ b/Asset/js/relocate.js @@ -0,0 +1,57 @@ +/* + * BulkMoveTasks -- place the "Move tasks in bulk" entry inside the native column menu. + * + * Kanboard only exposes the template:board:column:dropdown hook AFTER the column menu + *