Closed (won't fix)
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Jul 2008 at 12:59 UTC
Updated:
3 Oct 2013 at 23:56 UTC
Here is a patch so that when state changes are shown in the listings of comments for cases, the 'assigned to' username is displayed using theme_username. This makes it a link, rather than flat text, which I think is nice.
| Comment | File | Size | Author |
|---|---|---|---|
| casetracker.module-theme_username.patch | 1.11 KB | idmacdonald |
Comments
Comment #1
eclipsegc commentedCasetracker is under new management.
Please re-apply this against Dev if you'd like to see it committed.
Comment #2
jmiccolis commentedSo, one reason I haven't committed this is that user_load hits the database every time it's called. So if you have a case that has gotten passed back and forth between, say, a developer and project manager, ten times - it's going to hit the database at twice for each of those. If you've got any modules enabled that implement hook_user those will get run an additional 20 times as well.
Anyhow we're using casetracker_get_name() here which adds a layer of caching to prevent this issue. If you'd like to see this kind of functionality added please try to keep this static cache in play.
Comment #3
pedrorocha commentedI'm cleaning the module issues, so if somebody thinks that this issue does make sense yet, feel free to reopen.