View Issue Details

IDProjectCategoryView StatusLast Update
0011419mantisbtplug-inspublic2010-09-19 03:13
Reporterbrianstv Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Versiongit trunk 
Summary0011419: EVENT_UPDATE_BUG in bug_update.php happens after the bug is closed.
Description

The EVENT_UPDATE_BUG event signal is currently happening before the bug gets updated, but after the switch/case statement that check the status and will close the bug if the conditions are met.
This does not allow the plugins to take any action prior to the bug being closed, such as checking for "Plugin conditions" to be met before the "update" action is taken.

The event signal should be moved to before bug_resolve() and bug_close() are called.

TagsNo tags attached.

Relationships

duplicate of 0011967 closeddhx Problems with EVENT_UPDATE_BUG 

Activities

dhx

dhx

2010-06-19 01:06

reporter   ~0025918

Will be fixed very soon, please see 0011967. Thanks for reporting this bug and sorry for the delayed response.