summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2016-01-06 16:13:27 +0100
committerByron Jones <glob@mozilla.com>2016-01-06 16:13:27 +0100
commit93919407f0e7e7a638d9e3c36640bd2f78d77367 (patch)
tree86aabc057e02a43e9f91ca23c66d6bd51c0cbd8f /Bugzilla/BugUrl.pm
parentead96aee04bbc8a470e572948190d8781ebf5290 (diff)
downloadbugzilla-93919407f0e7e7a638d9e3c36640bd2f78d77367.tar.gz
bugzilla-93919407f0e7e7a638d9e3c36640bd2f78d77367.tar.xz
Bug 1237188 - add support for servicenow to the 'see also' field
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index 74a69e6f9..2475390f2 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -60,7 +60,6 @@ use constant VALIDATORS => {
# pick the first one that should handle the url. New
# subclasses should be added at the end of the list.
use constant SUB_CLASSES => qw(
- Bugzilla::BugUrl::Aha
Bugzilla::BugUrl::Bugzilla::Local
Bugzilla::BugUrl::Bugzilla
Bugzilla::BugUrl::Launchpad
@@ -72,7 +71,9 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::SourceForge
Bugzilla::BugUrl::GitHub
Bugzilla::BugUrl::MozSupport
+ Bugzilla::BugUrl::Aha
Bugzilla::BugUrl::WebCompat
+ Bugzilla::BugUrl::ServiceNow
);
###############################