From c3a7f0fa7460eb37eb2f540e3710ddd315446800 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 28 Sep 2021 19:35:27 +0200 Subject: [PATCH] fix unit tests --- SearchCommands.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SearchCommands.php b/SearchCommands.php index 2cefbc9..e1994d4 100644 --- a/SearchCommands.php +++ b/SearchCommands.php @@ -53,4 +53,14 @@ ], ], ], + '^:tag .*$' => [ + 0 => [ + 'dest' => '\Modules\Tasks\Controller\SearchController:searchTags', + 'verb' => 16, + 'permission' => [ + 'module' => 'Tasks', + 'type' => 2, + ], + ], + ], ]; \ No newline at end of file