Past Due Task Hook
Author | Posts |
---|---|
November 5, 2014 at 12:30 am 29713 | |
Zoltan | Could you ask a developer if there is an existing hook to identify past due tasks? I want to set a style to be highlighted if the task is past due. Thanks for any direction you can provide. c. |
November 5, 2014 at 3:02 pm 29756 | |
towhid | Hello Kristin, I have talked with our developer team. They said currently we do not have this hook. But you can customize on your responsibility. Please follow this link for task class – “wp-project-manager-pro/class/task.php” function name is: Please let me know if you have faced any difficulty. Thank You. 🙂 |
November 6, 2014 at 1:03 am 29798 | |
Kristin | I ended up writing a function to compare task date with the last 24 hours to see if it was expired and then echo’d a CSS class into “cpm-due-date” span. The bottom part is for our multiuser assign piece I finished. We can now assign tasks to multiple users. SUPER NICE!!!
|
November 6, 2014 at 12:22 pm 29827 | |
towhid | Hello Kristin, You have done a great job. Next update we will fix this issue. Thank You. 🙂 |
January 3, 2015 at 9:56 pm 33353 | |
Zoltan | Hi Kristin, |
January 7, 2015 at 1:47 am 33510 | |
Kristin | It’s a good bit of code over several files. |
January 7, 2015 at 2:58 am 33514 | |
Zoltan | Ok, I understand. I have to do it for myself… 🙂 |