-
@creecros Can we add this? A back (previous numbered task in project) / next (following numbered task in project) This would save the user from going back to the board etc to get into every task if he creates tasks in bulk as they would be numbered in order. Even if not, the next button would go through each task to the project. I'm guessing this would use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
yes, this should be relatively easy. you need to use the TaskFinderModel, and the TaskViewController, with some knowledge of PHP. Thats pretty much it. |
Beta Was this translation helpful? Give feedback.
-
so as an example, I'll let you make it pretty, just add a hook: and add the template file to hook:
|
Beta Was this translation helpful? Give feedback.
so as an example, I'll let you make it pretty, just add a hook:
$this->template->hook->attach('template:task:show:top', 'glancer:layout/glancer_nav');
and add the template file to hook: