implemented task/:id/view

This commit is contained in:
2025-07-22 23:51:37 +02:00
parent b03b0683bc
commit c2eae076f4
11 changed files with 213 additions and 14 deletions

View File

@@ -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){