MantisBT: master bea286db

Author Committer Branch Timestamp Parent
dhx dhx master 2009-10-02 05:46 master e26f7d2b
Affected Issues  0010998: Add missing EVENT_BUGNOTE_ADD_FORM event to extra pages
Changeset

Issue 0010998: Add missing EVENT_BUGNOTE_ADD_FORM event to extra pages

There is an ability to add a bugnote on both the change status and bug
update pages. However, EVENT_BUGNOTE_ADD_FORM was not being raised as an
event in these instances. This meant that plugins could only add extra
bugnote fields on the form printed to the view page. Plugins should be
able to print extra fields to all bugnote forms.

mod - bug_update_advanced_page.php Diff File
mod - bug_change_status_page.php Diff File