MantisBT: master 978b17ac

Author Committer Branch Timestamp Parent
dregad dregad master 2011-10-03 05:44 master 277681c1
Affected Issues  0013341: Moving issues with no category (g_allow_no_category = ON)
Changeset

Fixes moving of bugs without category

Prior to this, attempting to move an issue with no category set
(allowed with $g_allow_no_category = ON) to another project generated
error 1502.

Now, Mantis will successfully move the issue, and also set the category
to the default value if it is mandatory in the target project.

Fixes 0013341

mod - core/bug_api.php Diff File