diff --git a/db/migrations/20260408004411_new_manage_tags_menu.php b/db/migrations/20260408004411_new_manage_tags_menu.php new file mode 100644 index 000000000..3f557abcd --- /dev/null +++ b/db/migrations/20260408004411_new_manage_tags_menu.php @@ -0,0 +1,22 @@ +execute(" + UPDATE `cms_functions` SET `title_en` = 'Manage Tags v2', `include` = 'new_manage_tags' WHERE `id` = '162'; + "); + } + + public function down(): void + { + $this->execute(" + UPDATE `cms_functions` SET `title_en` = 'Manage Tags', `include` = 'tags' WHERE `id` = '162'; + "); + } +} diff --git a/include/new_manage_tags.php b/include/new_manage_tags.php new file mode 100644 index 000000000..3b9c326da --- /dev/null +++ b/include/new_manage_tags.php @@ -0,0 +1,3 @@ + 162, 'module' => 'Beneficiaries', - 'menu' => 'Manage tags', - 'action' => 'tags', + 'menu' => 'Manage Tags v2', + 'action' => 'new_manage_tags', 'adminonly' => '0', 'visible' => '1', 'allusers' => '0',