action_attach_tags_print_fields [line 44]
void action_attach_tags_print_fields(
)
|
|
Prints the table and form for the Attach Tags group action page.
action_attach_tags_print_title [line 34]
void action_attach_tags_print_title(
)
|
|
Prints the title for the custom action page.
action_attach_tags_process [line 102]
boolean action_attach_tags_process(
integer $p_bug_id
)
|
|
Attaches all the tags to each bug in the group action.
Parameters:
|
integer |
$p_bug_id: |
Bug ID |
API Tags:
| Return: | True if all tags attach properly |
action_attach_tags_validate [line 58]
boolean action_attach_tags_validate(
integer $p_bug_id
)
|
|
Validates the Attach Tags group action.
Gets called for every bug, but performs the real tag validation only the first time. Any invalid tags will be skipped, as there is no simple or clean method of presenting these errors to the user.
Parameters:
|
integer |
$p_bug_id: |
Bug ID |
API Tags: