bugfix: updated navigation target
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function openTask(tid){
|
function openTask(tid){
|
||||||
router.navigate(`task/${tid}/view`);
|
router.navigate(`/task/${tid}/view`);
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleRange(range){
|
function toggleRange(range){
|
||||||
|
|||||||
Reference in New Issue
Block a user