MantisBT: master-1.2.x ef3759c6

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-10-03 05:44 master-1.2.x 55c53f1d
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