From 680ad8225d72703dcdc98a128c7dd4f408a3018b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 27 Apr 2011 08:30:20 +0200 Subject: We don't set severity for RHEL bugs --- data/lib/otherButtons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/lib/otherButtons.js') diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 7bd36f3..66b5a9b 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -63,7 +63,7 @@ function markBugTriaged() { if (!hasXorgBugsCategory()) { alert("This won't do! First set the category!"); } - else if (getSeverity() == 'unspecified') { + else if (!isEnterprise() && (getSeverity() == 'unspecified')) { alert("This won't do! Specify some severity!"); } else { -- cgit