Active
Project:
To do list
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2011 at 14:21 UTC
Updated:
9 Jun 2011 at 18:52 UTC
Love this module. I'm showing a current user's to do list in a block and it always defaults to urgent. Is there a way I can show all tasks by default (maybe with javascript)? I was thinking I might even hide urgent with css, unless there's an easier way.
Comments
Comment #1
AlexisWilke commentedHave you tried the views support of the module? With it you can display exactly what you want in your own block. Looking at it, I knew many people would have many different needs so I decided to make use of the views. That way you can decide. I kept the block because it was there before so it's backward compatible.
Thank you.
Alexis
Comment #2
plato1123 commentedOh I didn't realize there was views support. I might do it that way or might do some custom jquery to force the block to show all tasks by default. If I go the jquery route I'll paste the snippet here... but yea, if nothing else I'll do it with views, that should work perfectly. Ty.