MantisBT: master 5cd754da

Author Committer Branch Timestamp Parent
dhx dhx master 2010-01-15 05:18 master 8815b9d0
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