Closed (works as designed)
Project:
Case Tracker
Version:
6.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 11:54 UTC
Updated:
5 Nov 2009 at 12:57 UTC
I am looking for possibility of using other custom fields taken from user profiles (like Name, Surname etc.) instead of just user name (i.e. his/her login) for "Assign to" form when creating new cases.
I was trying to add these custom fields to casetracker_assignee_options view to no avail. So I guess the only option is to PHP it directly into Case Tracker module itself. Any ideas?
Comments
Comment #1
jmiccolis commentedYou should be able to write a small module that implements hook_form_alter() and replaces the username in the form options with values from your custom fields.
Comment #2
Azol commentedOkay, thank you for confirmation. Either I will try to find time and courage to implement such a module, or some of Case Tracker users will (hopefully) offer some code suggestions.
Meanwhile I am closing this issue. Feel free to contribute any code snippets that could be of any use!