"Add dependencies" implemented
A few bugs in the SQL scripts have been fixed. It is now possible to add new dependencies to a task from the details page.
This commit is contained in:
parent
60d4fe1199
commit
ba3fcc2470
8 changed files with 161 additions and 4 deletions
includes/t-tasks
|
@ -16,6 +16,7 @@ class Page_TasksTasks
|
|||
'view' => 'view_task' ,
|
||||
'notes/edit' => 'edit_note_form' ,
|
||||
'notes/delete' => 'delete_note_form' ,
|
||||
'deps/add' => 'dependency_add_form' ,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue