From 39a329b9ac46424a4552e8c68e44467173a8238c Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 18 Mar 2004 13:55:41 +0000 Subject: Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler r= justdave, a= myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defparams.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 1d492de20..d25f11910 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1169,7 +1169,14 @@ Reason: %reason% type => 't', default => '', }, -); + { + name => 'noresolveonopenblockers', + desc => 'Don\'t allow bugs to be resolved as fixed if they have unresolved dependencies.', + type => 'b', + default => 0, + }, + +); 1; -- cgit v1.2.3-24-g4f1b