MantisBT: master 899b93cc

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-02-18 20:42 master 9ad6013c
Affected Issues  0019265: Assign-To fails when there is a custom field that is required on update
Changeset

Make Assign work with required custom fields

This bug was introduced in 1.3.x where users are not able to assign
issues within projects that have required custom fields on update.
This failure happens even independent of whether the
fields are populated
or not. The fix is to enabling the Assign-To action to work independent
of custom fields values. This this is an assign-to action rather than
a full update.

Fixes 0019265

mod - bug_update.php Diff File
mod - core/constant_inc.php Diff File
mod - core/html_api.php Diff File