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

jmiccolis’s picture

Category: feature » support

You 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.

Azol’s picture

Status: Active » Closed (works as designed)

Okay, 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!