perhaps not very elegant but if you change the last line of the
_do_save routine in trac/ticket/web_ui.py as below then you will
be redirected to the 'active tickets' page (or you can go anywhere
else)
# req.redirect(req.href.ticket(ticket.id) + fragment)
req.redirect(req.href('report',1))
doesn't seem to have broken anything else.
However a configurable way of changing it would be nice, but I don't
have the time to work out how to do that with trac at present -
perhaps someone already involved with the project might like to.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---