Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Does anyone have an example of using a select box (form_select), multiselect enabled in a module? Beyond the obvious of setting the argument to true, how do you specify the selected values, and how do you access them from other hooks? An example would show all of this, but I can't seem to find one.
I give you thanks in advance, -Rob
I am using the project module and i would like it to behave differently concerning assigning issues.
When you want to assign an issue, the dropdown menu only provides "unassigned" and current user name (if no one is assigned, or if the current user is assigned), or it provides current assignee name, and the current user name (if somebody other than current user is assigned to that issue).
Is there possibly a way to assign more than one person to the same issue? how can i limit the dropdown menu options to users who belong to a certain role?