Closed (fixed)
Project:
Case Tracker
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 09:22 UTC
Updated:
26 Feb 2009 at 02:30 UTC
hi!
I have installed case tracker. When i submit a new case, The assgin to : points out "Anonymous". I want a drop down menu to be listed like " sales" "support" "service"
Please help me how to do it.
Regards - Jo
Comments
Comment #1
jovemac commentedI want to add category to this issue tracker. Please advise.
Regards - Jo
Comment #2
zero2one commentedThere are currently 2 options to have that functionality:
- Add taxonomy to case node types
- Add extra fields by the cck module
Comment #3
jjrosent commentedI used taxonomy on our set up and added fields to casetracker types. The next problem we had was we wanted the fields to only show up on certain projects (ie sales and support only show up under project #1500, but not under project #1600) To get around this I coded a mainly javascript module which hides fields of your choosing for projects.
To assign to anonymous, I created a dummy user called ProjectOwner and hacked the code to assign (either in the prepare nodeapi or after the fact in the insert) a certain project to this dummy user. The dummy users email address is an exchange Distribution list which emails 5 or 6 of us and we all take cases when were available.
Comment #4
jmiccolis commentedSounds like this is resolved.