From 17ebfcccd94922a17e15163b46969f3c4be42920 Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Tue, 7 Jul 2026 09:41:15 -0300 Subject: [PATCH] OrganonTweaks: enhance recurrence dialog -- Yes/No radios + [+7] factor button (JS); added asset , v1.3.0 --- Asset/js/enhance-recurrence.js | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 Asset/js/enhance-recurrence.js diff --git a/Asset/js/enhance-recurrence.js b/Asset/js/enhance-recurrence.js new file mode 100644 index 0000000..bfeda5e --- /dev/null +++ b/Asset/js/enhance-recurrence.js @@ -0,0 +1,94 @@ +/* + * OrganonTweaks -- enhance Kanboard's native "Edit recurrence" dialog. + * + * That template (task_recurrence/edit.php) has no hook, so we transform the form in JS when + * the modal opens: + * 1. Replace the "Generate recurrent task" Yes/No dropdown with two radio buttons (one + * click instead of open + select). The original