From 99a341761053f42223aea674f36ab914c996b7f1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 12 Jul 2015 11:35:13 -0400 Subject: Change routes --- app/common.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/common.php') diff --git a/app/common.php b/app/common.php index 3acf9573..186d0f85 100644 --- a/app/common.php +++ b/app/common.php @@ -92,9 +92,7 @@ if (ENABLE_URL_REWRITE) { // Board routes $container['router']->addRoute('board/:project_id', 'board', 'show', array('project_id')); $container['router']->addRoute('b/:project_id', 'board', 'show', array('project_id')); - $container['router']->addRoute('board/:project_id/:search', 'board', 'show', array('project_id', 'search')); - $container['router']->addRoute('board/collapse/:project_id', 'board', 'collapse', array('project_id')); - $container['router']->addRoute('board/expand/:project_id', 'board', 'expand', array('project_id')); + $container['router']->addRoute('board/:project_id/filter/:search', 'board', 'show', array('project_id', 'search')); $container['router']->addRoute('public/board/:token', 'board', 'readonly', array('token')); // Calendar routes -- cgit v1.2.3