Closed (fixed)
Project:
Project issue tracking
Version:
6.x-1.0-alpha4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 20:07 UTC
Updated:
21 Nov 2010 at 18:30 UTC
I'm the only user on the site being asked for support. So I do not need the field 'Assigned'.
I removed it from view displaying project issues. But also I would like to get rid of it in issues.
How can I do that?
Comments
Comment #1
dwwhttp://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo...
Write a small custom module that implements hook_form_alter() to unset the assigned field from the issue and comment forms.
Comment #2
sandino commentedThanks for you help.