View Issue Details

IDProjectCategoryView StatusLast Update
0010126mantisbtplug-inspublic2014-09-23 18:05
Reporterbrianstv Assigned Todaryn  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.12Fixed in Version1.2.12 
Summary0010126: Add a plug-in event to bug_change_status_page.php
Description

Add a plug-in event to bug_change_status_page.php to allow for plug-in interaction when the status is changed and a note added.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
has duplicate 0014329 closeddregad Updating bug status should provide event to display mandatory plug-in fields 

Activities

daryn

daryn

2010-01-11 11:46

reporter   ~0024129

Reminder sent to: jreese

I believe this issue could be resolved as there is an event for bugnote add form now. However, there is no event for the update to the bug on the bug change status page. I have added fields in a plugin for bug update. When a bug is updated from the bug change status page, any stored values are erased. There are other ways I can prevent this but I do need the ability to update some of the fields from this page. Would it be possible to add an event for the bug change status form? Does this need a new bug report or can it be handled from this bug?

Thanks!

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036184

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x aecee48e

2010-08-13 04:23

dwarrine


Details Diff
Add event to allow plugins access to the bug change status form

This is a back-port of 5409ebc4e69bed8f8fa55129703d0d74e24f6a2f.

Fixes 0010126, 0014329

Conflicts:

core/events_inc.php
docbook/developers/en/event-reference-bug.sgml

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0010126, 0014329
mod - bug_change_status_page.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File

MantisBT: master 5409ebc4

2010-08-13 11:23

daryn


Details Diff
Fix 0010126 Add event and signal to allow plugins access to the bug change
status form. Add developer doc reference for the event.
Affected Issues
0010126
mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File
mod - bug_change_status_page.php Diff File