From 1ccc683d4d94ea70e763fbd4af9721cb4bca1c0d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 2 Feb 2015 12:38:16 +0800 Subject: Bug 1123769: add a "rank" field to bugzilla to track priority --- Bugzilla/Constants.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6e0a9c7d3..ad507c2ca 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -135,6 +135,7 @@ use Memoize; FIELD_TYPE_BUG_ID FIELD_TYPE_BUG_URLS FIELD_TYPE_KEYWORDS + FIELD_TYPE_INTEGER FIELD_TYPE_EXTENSION FIELD_TYPE_HIGHEST_PLUS_ONE @@ -437,6 +438,7 @@ use constant FIELD_TYPE_BUG_ID => 6; use constant FIELD_TYPE_BUG_URLS => 7; use constant FIELD_TYPE_KEYWORDS => 8; use constant FIELD_TYPE_DATE => 9; +use constant FIELD_TYPE_INTEGER => 10; use constant FIELD_TYPE_EXTENSION => 99; # Add new field types above this line, and change the below value in the -- cgit v1.2.3-24-g4f1b