Skip to content

Commit

Permalink
FIX: Conflicting Route for KB 1.2.28+
Browse files Browse the repository at this point in the history
 - fixes #6
  • Loading branch information
aljawaid committed Sep 28, 2023
1 parent 934c20f commit 1f6069a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function initialize()
if ($this->configModel->get('clean-url-options', '') == 'enable') {
// CORE
$this->route->addRoute('/project/:project_id/task/:task_id/move', 'TaskMovePositionController', 'show');
$this->route->addRoute('/my-activity', 'ActivityController', 'user');
$this->route->addRoute('/project/:project_id/overview/:search', 'ProjectOverviewController', 'show');
$this->route->addRoute('/user/:user_id/notifications/show', 'WebNotificationController', 'show');
$this->route->addRoute('/project/:project_id/board/:search', 'BoardViewController', 'show');
Expand Down

0 comments on commit 1f6069a

Please sign in to comment.