Accepted tickets not listed in dashboard

1 view
Skip to first unread message

Michael R. Bernstein

unread,
Apr 26, 2010, 3:18:50 PM4/26/10
to ClueMapper User
The 'My Tickets' portlet in the dashboard only lists assigned tickets.
As soon as those tickets are accepted, they disappear from the
dashboard. What do I need to change in order for 'My Tickets' to list
all open tickets assigned to the logged-in user, regardless of whether
the have accepted them?

--
You received this message because you are subscribed to the Google Groups "ClueMapper User" group.
To post to this group, send email to cluemap...@googlegroups.com.
To unsubscribe from this group, send email to cluemapper-us...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cluemapper-user?hl=en.

Michael R. Bernstein

unread,
May 17, 2010, 3:37:35 PM5/17/10
to ClueMapper User
On Apr 26, 1:18 pm, "Michael R. Bernstein" <mich...@fandomhome.com>
wrote:
> The 'My Tickets' portlet in the dashboard only lists assigned tickets.
> As soon as those tickets are accepted, they disappear from the
> dashboard. What do I need to change in order for 'My Tickets' to list
> all open tickets assigned to the logged-in user, regardless of whether
> the have accepted them?

So, I went digging in the source, and found the relevant bit was line
152 of service.py:

http://projects.serverzen.com/pm/p/cluemapper/browser/ClueMapper/trunk/src/clue/app/service.py#L152:

" AND (status='new' OR status='assigned')" \

Which obviously just needed a minor modification:

" AND (status='new' OR status='assigned' OR
status='accepted')" \

I think this change would be helpful to most CM users.
Reply all
Reply to author
Forward
0 new messages