mypackage_wrt/Bugzilla.js
changeset 43 a6c61f6ea350
parent 42 20be4dd42b12
child 50 29d06ba03163
--- a/mypackage_wrt/Bugzilla.js	Fri Apr 30 15:01:03 2010 +0100
+++ b/mypackage_wrt/Bugzilla.js	Wed May 05 11:52:23 2010 +0100
@@ -125,7 +125,7 @@
 	mypackage=Packageid;
 	var title = newtext + " : " + mypackage;
 	var url = symbianOrgBaseUrl + "/bugs/buglist.cgi?"
-		+ "bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=NEW&bug_severity=Critical&bug_severity=Major&bug_severity=normal&bug_severity=Minor&bug_severity=enhancement"
+		+ "bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=NEW&bug_severity=Critical&bug_severity=Major&bug_severity=normal&bug_severity=Minor"
 		+ "&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&deadlinefrom=&deadlineto=&email1=&email2=&emailassigned_to1=1"
 		+ "&emailassigned_to2=1&emailcc2=1&emailreporter2=1&emailtype1=substring&emailtype2=substring&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=bug_severity&field0-0-0=noop&keywords=&keywords_type=allwords&long_desc=&long_desc_type=substring"
 	    + "&product=" + mypackage
@@ -134,7 +134,7 @@
 		+ "&type-1-2-0=anyexact"
 		+ "&type-1-1-0=anyexact&type0-0-0=noop&"
 		+ "value-1-0-0=" + mypackage
-		+ "&value-1-2-0=critical&Cmajor&normal&minor&enhancement"
+		+ "&value-1-2-0=critical&Cmajor&normal&minor"
 		+ "&value-1-1-0=NEW"
 		+ "&value0-0-0=&title=Bug%20List&ctype=atom";
 	open_presenter=new BugzillaFeedPresenter(null);