diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 1b21f33..9c8602a 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Kanban", - "uri": "{/prefix}kanban/dashboard?{?}", + "uri": "{/lang}/{/app}/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 45, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Boards", - "uri": "{/prefix}kanban/dashboard?{?}", + "uri": "{/lang}/{/app}/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "{/prefix}kanban/archive?{?}", + "uri": "{/lang}/{/app}/kanban/archive?{?}", "target": "self", "icon": null, "order": 2, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}kanban/create?{?}", + "uri": "{/lang}/{/app}/kanban/create?{?}", "target": "self", "icon": null, "order": 3, diff --git a/Theme/Backend/kanban-archive.tpl.php b/Theme/Backend/kanban-archive.tpl.php index 7e8c028..5e86805 100755 --- a/Theme/Backend/kanban-archive.tpl.php +++ b/Theme/Backend/kanban-archive.tpl.php @@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?> $count = 0; foreach ($boards as $key => $board) : ++$count; - $url = UriFactory::build('kanban/board?{?}&id=' . $board->getId()); + $url = UriFactory::build('{/lang}/{/app}/kanban/board?{?}&id=' . $board->getId()); ?>