implemented task/:id/view
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
|
||||
function openTask(evt){
|
||||
evt.preventDefault();
|
||||
//router.navigate(`/task/${task.id}/view`);
|
||||
location.href = `https://umbrella.srsoftware.de/task/${task.id}/view`;
|
||||
console.log('openTask(…)',evt,task);
|
||||
router.navigate(`/task/${task.id}/view`);
|
||||
//location.href = `https://umbrella.srsoftware.de/task/${task.id}/view`;
|
||||
}
|
||||
|
||||
if (task.estimated_time){
|
||||
|
||||
Reference in New Issue
Block a user