View Issue Details

IDProjectCategoryView StatusLast Update
0013126mantisbtplug-inspublic2017-10-28 19:08
Reporterray81 Assigned Tocproensa  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.5 
Target Version2.8.0Fixed in Version2.8.0 
Summary0013126: Add plugin event EVENT_BUG_ACTIONGROUP_FORM
Description

Add an event to generate extra functionality to the actiongroup page.
(i'm trying to add a checkbox to the form of the page '/bug_actiongroup_page.php' to do extra stuff)

Additional Information

before the <tr> of the submit button, add
event_signal( 'EVENT_BUG_ACTIONGROUP', array( $f_bug_arr, $f_action) );
Don't forget to declare the bug as an OUTPUT

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master b1c3160d

2017-09-26 15:57

cproensa

Committer: vboctor


Details Diff
Create event EVENT_BUG_ACTIONGROUP_FORM

Create event EVENT_BUG_ACTIONGROUP_FORM to add custom content to the
group action page form.
For example: custom inputs that can later be evaluated when processing
EVENT_BUG_ACTION.

Fixes: 0013126
Affected Issues
0013126
mod - bug_actiongroup_add_note_inc.php Diff File
mod - bug_actiongroup_ext_page.php Diff File
mod - bug_actiongroup_page.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml Diff File