MantisBT: master 47d35580

Author Committer Branch Timestamp Parent
dregad dregad master 2011-09-18 22:35 master 978b17ac
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