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!
:(

Comments

AlexisWilke’s picture

Yeah, 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

ragesoft’s picture

Category: bug » feature

jeah, 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

AlexisWilke’s picture

When 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.)

ragesoft’s picture

jeah, 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

AlexisWilke’s picture

In 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

ragesoft’s picture

StatusFileSize
new7.13 KB
new8.25 KB

the 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.

AlexisWilke’s picture

Category: feature » bug

Ah! 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

AlexisWilke’s picture

Status: Active » Fixed

Okay, 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

ragesoft’s picture

Status: Fixed » Needs review
StatusFileSize
new11.57 KB
new12.99 KB

sry,

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

AlexisWilke’s picture

Either 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

AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Status: Needs review » Fixed

Okay, this is in 1.4 now.

Feel free to re-open if there is still a problem.

Thank you.
Alexis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.