-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sort by due date #16
Comments
yes, but it won't be simple. in the print controller, I grab all the task id's in the project, so there is no information for sorting any other way. you will need to grab all the tasks information instead, and then sort based on due date before reaching the here is where I get the task id's: Task2pdf/Controller/PrintTaskController.php Line 108 in 0dfe308
and here is the Task2pdf/Controller/PrintTaskController.php Line 111 in 0dfe308
the other option would be to use your own models that grab the task id's how you want them. |
thx for the answer creecros, since i'm not a programmer i don't have the skills to make the changes so i will probably just "hack" a way into printing the list of tasks i need. |
maybe one day, when I have nothing to do. |
hi is there a way to sort print output by due date instead of task id
and also instead of printing the whole project task is there a way to print just a column or a swimlane
I know you don't work on this plugin anymore but maybe you could give me some hints
best regards
The text was updated successfully, but these errors were encountered: