From aee1c7e9a73c6cb902680339e0beeed75c3609be Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- Admin/Install/Navigation.install.json | 8 ++++---- Theme/Backend/kanban-board.tpl.php | 2 +- Theme/Backend/kanban-dashboard.tpl.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index a709874..ee19603 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Kanban", - "uri": "/{/lang}/backend/kanban/dashboard?{?}", + "uri": "{/lang}/backend/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 45, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Boards", - "uri": "/{/lang}/backend/kanban/dashboard?{?}", + "uri": "{/lang}/backend/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "/{/lang}/backend/kanban/archive?{?}", + "uri": "{/lang}/backend/kanban/archive?{?}", "target": "self", "icon": null, "order": 2, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/kanban/create?{?}", + "uri": "{/lang}/backend/kanban/create?{?}", "target": "self", "icon": null, "order": 3, diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index beff803..0887439 100644 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -8,7 +8,7 @@ $columns = $board->getColumns();
printHtml($column->getName()); ?>
getLabels(); ?> - +

printHtml($card->getName()); ?>