Hi,
it seems that a finished task loses his assigned users.
if i want to del one of this tasks, i first musst check the "assign to me" to have a user for this task!
also it is not possible to see, who hast worked on this task to get it finished!
:(
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | todo_before.png | 12.99 KB | ragesoft |
| #9 | todo_after.png | 11.57 KB | ragesoft |
| #6 | todo_autodeleted.png | 8.25 KB | ragesoft |
| #6 | todo_sample.png | 7.13 KB | ragesoft |
Comments
Comment #1
AlexisWilke commentedYeah, well... The To Do list is supposed to be a simple To Do list, not a full blown record of tasks with hours, who's done what, etc. For that, you may want to have a look at Storm.
Thank you.
Alexis Wilke
Comment #2
ragesoft commentedjeah, i know, and i love it
its easy, simple, compact and it runs ^^
no need for all the features of storm.
but it would be great, to see the last involved users on a task ;)
why it is deleted? i see no apprecationon of that. :(
i make it a feature request
Comment #3
AlexisWilke commentedWhen marked Finished you can also have the system delete the To Do item. There is a flag in the global settings of the module in that regard. The idea is that many people don't need to keep track of their To Do items... Also, you can include a delay (i.e. delete after 3 weeks.)
Comment #4
ragesoft commentedjeah, but i won't it to be auto-deleted!
it's for some reasons necessary to know how has workt on this todo, even when it is finished ;)
however, its not that important, only a feature request
Comment #5
AlexisWilke commentedIn the global settings you have:
Number of days before unpublishing:
and
Number of days before deleting:
The last one should be empty by default. If you put 0, it deletes immediately. If you use 365 then it will be kept for 1 year before deletion.
It should not delete right away unless this value is 0.
Thank you.
Alexis
Comment #6
ragesoft commentedthe box is empty and no checkbox is checkt!
see screenshot 1.
the to-do-item is still in the list! but no assigned user is displayed ...
see screenshot 2.
Comment #7
AlexisWilke commentedAh! Got it. 8-}
Now I see what you are saying. The list of assigned users is reset whenever you click on the "Finished" button.
Yeah, that's certainly not wanted. I'm marking that as a bug. It's not supposed to do that. I'm reverting this as a bug since it's not intended. There is really no reason to remove users from the item. Probably a little glitch that loads the node without the users and saves it right back...
Thank you for your patience!
Alexis
Comment #8
AlexisWilke commentedOkay, I checked that in 1.x-dev now.
The problem was that in a few places I used $node->users and in others I used $node->assigned_users. In other words, I would load in 'users' field and save from 'assigned_users' field. That works when you edit, but not when you click on "Mark Finished".
Thank you again! 8-)
Alexis Wilke
Comment #9
ragesoft commentedsry,
but i've downloaded the newest release from the site and put it in my modules folder.
still 2 bugs in ;)
the link-close-tag is still missing in to_do_block.pages.inc on line 81 and 82, so ie gets messed up layout!
and:
on update: the to do loses all assigend users but not the user who change the status.
if a user click "mark as started" the list of assigned users is cleand out!
see attached screens
the last assigned user is now saved when finished :D
Comment #10
AlexisWilke commentedEither you got the dev version too soon or something's wrong with Drupal, but it is in the CVS...
If you don't mind to try again with 6.x-1.x-dev....
Thank you
Alexis
Comment #11
AlexisWilke commentedOkay, this is in 1.4 now.
Feel free to re-open if there is still a problem.
Thank you.
Alexis