diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index a59bd186e0d..1f0f0068dc0 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8424 \ No newline at end of file +8425 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl index b8de6c735d5..b9ad2a5355f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/flag-type/edit.html.tmpl @@ -129,11 +129,11 @@ Sort Key: - a number between 1 and [% constants.MAX_SMALLINT FILTER none %] by which + a number between 0 and [% constants.MAX_SMALLINT FILTER none %] by which this type will be sorted when displayed to users in a list; ignore if you don't care what order the types appear in or if you want them to appear in alphabetical order.
- diff --git a/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl b/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl index 7544b6808db..62084e72712 100644 --- a/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl +++ b/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl @@ -389,7 +389,7 @@ 'admin/flag-type/edit.html.tmpl' => [ 'type.id', - 'type.sortkey || 1', + 'type.sortkey || 0', 'selname', ],