MantisBT: master-1.2.x 0d044ba0

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-01-15 05:18 master-1.2.x 8a9f6d05
Changeset

Improve support for multiple resolved and closed statuses (bug_update)

It's possible to have multiple resolved or closed statuses. Thus when
updating a bug, we need to check not if the new status meets the
resolved or closed status threshold, but whether the new status is
within a valid range of statuses. We also need to ensure that
bug_resolve/bug_close logic isn't reapplied when the status changes from
one resolved status to another resolved status.

mod - bug_update.php Diff File