When a user clicks on his list of cases (user/1/cases) it doesn't show the project name. We have dozens of projects and hundreds of cases and they could potentially have similar case names. I would like for the user to see the project name in their case list.

I assume this would be handled in the Views module but I go to the Views module and I don't see a view that in any way indicates that it goes with Case Tracker. Where do I go to edit Case Tracker views?

Thanks!!!

Comments

zero2one’s picture

You can create a new view that does the same as the default list provided.
In that view you can add the project field (and others).

You can filter on creator=current logged in user so you can filter all cases the user created.

You can't (for now) create a filter of cases assigned to the current user. That filter does not exists (for now).
As the new maintainer this is 1 of the filters I will add in the next release.

See: http://drupal.org/node/168155

zero2one’s picture

Status: Active » Fixed

The "assigned to the current user" is added in the 5.x-1.2-beta1 release.

zero2one’s picture

Assigned: Unassigned » zero2one
zero2one’s picture

Status: Fixed » Closed (fixed)