]> git.donarmstrong.com Git - debbugs.git/commitdiff
support the raw category again
authorDon Armstrong <don@donarmstrong.com>
Wed, 28 Jun 2017 23:31:18 +0000 (16:31 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 28 Jun 2017 23:31:18 +0000 (16:31 -0700)
cgi/pkgreport.cgi

index e5a4b992ef3f0946e8260fa19fd2bfbc24f70051..a0d7685d73f28ba72220d68254b98b657d094ed5 100755 (executable)
@@ -229,7 +229,8 @@ our %cats = (
         "ord" => [2,3,4,1,0,5],
     } ],
     "oldview" => [ qw(status severity) ],
-    "normal" => [ qw(status severity classification) ],
+            "normal" => [ qw(status severity classification) ],
+            raw => [{nam => 'Raw',def => 'Raw'}],
 );
 
 if (exists $param{which} and exists $param{data}) {