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

dww’s picture

Status: Active » Fixed

http://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.

sandino’s picture

Thanks for you help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.