Roundup Tracker - Issues

Message2144

Author anonymous
Recipients
Date 2006-03-01.03:06:55
Message-id
In-reply-to
Logged In: NO 

I hacked my personal tracker to do
---
href python:(context.id != None and ('issue' + context.id)
or '/misas/')
---

where misas is my tracker name.  This solved the logout
issue for me, but it most likely doesn't solve the issue
originally reported in this bug. :)  Maybe someone can
combine the two fixes to solve everything.

What I don't like in my fix above is that due to my limited
understanding of roundup source code, I had to hardcode my
tracker name into it. :(
History
Date User Action Args
2009-02-03 14:21:37adminlinkissue1429367 messages
2009-02-03 14:21:37admincreate