MantisBT: master-1.2.x 93bbb36c

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-09-18 22:35 master-1.2.x c6ad34e5
Affected Issues  0012450: default relation type is hardcoded on bug_report_page.php
Changeset

Use constants not hardcoded values for relationship lists

Defines 2 new constants BUG_REL_NONE and BUG_REL_ANY referenced when
building relationship selection lists, instead of using hardcoded
values -2 and -1 respectively.

Affects issue 0012450

mod - bug_report_page.php Diff File
mod - core/constant_inc.php Diff File
mod - core/relationship_api.php Diff File