]> git.donarmstrong.com Git - debbugs.git/commitdiff
support source as a field; revisit this later
authorDon Armstrong <don@donarmstrong.com>
Fri, 4 Sep 2009 05:05:18 +0000 (22:05 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 4 Sep 2009 05:05:18 +0000 (22:05 -0700)
scripts/service

index 0d23df44bdb621f71bd7a569b42cd709d97f63a8..0abe271d383d2c8fad0eb96eafb224220601287d 100755 (executable)
@@ -1130,7 +1130,7 @@ END
            %limit = ();
            print {$transcript} "Limit cleared.\n\n";
        }
-       elsif (exists $Debbugs::Status::fields{$field} ) {
+       elsif (exists $Debbugs::Status::fields{$field} or $field eq 'source') {
            # %limit can actually contain regexes, but because they're
            # not evaluated in Safe, DO NOT allow them through without
            # fixing this.