Ticket #88 (assigned defect)

Opened 7 months ago

Last modified 6 months ago

Awkward workflow

Reported by: richcowan Owned by: florian
Priority: minor Milestone: 0.5
Component: other Version:
Keywords: Cc:

Description

If you look at the list of tasks and you edit a task it leaves you on the edit task screen. Then how do you get back to the list of tasks?

It is not easy.

It would be better if completing the "edit task" action would return you to the screen you were in when you first clicked "edit task". The update message of course would still be useful to include.

-rich

Attachments

Change History

Changed 7 months ago by florian

  • status changed from new to assigned

Changed 6 months ago by florian

I have committed the necessary changes as revision r949. Could you try it out and see if it works as you would expect?

Currently, no message is given after a successful modification (errors are still output). This is for the simple reason that I don't like passing message context in requests.

I thought of adding a simple "messaging" feature, a push_message(message, user) and a pop_messages(). After a successful modification, for example, the update message is added via push_message(); pop_messages is called at each pageview, and any unread messages are displayed. Would that be useful?

Florian

Add/Change #88 (Awkward workflow)

Author



Change Properties
<Author field>
Action
as assigned
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
 
Note: See TracTickets for help on using tickets.