From dc892b1118b931cb2b616a7c5158995f97960d22 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Thu, 17 Oct 2002 11:31:49 +0000 Subject: Bug 112373 you should be able to enter bug dependencies/blockers when you enter a bug. patch by jhedlund r,2xr=joel --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index c44c03235..5f7ca5326 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1836,8 +1836,8 @@ AddFDef("reporter", "ReportedBy", 1); AddFDef("votes", "Votes", 0); AddFDef("qa_contact", "QAContact", 1); AddFDef("cc", "CC", 1); -AddFDef("dependson", "BugsThisDependsOn", 0); -AddFDef("blocked", "OtherBugsDependingOnThis", 0); +AddFDef("dependson", "BugsThisDependsOn", 1); +AddFDef("blocked", "OtherBugsDependingOnThis", 1); AddFDef("attachments.description", "Attachment description", 0); AddFDef("attachments.thedata", "Attachment data", 0); AddFDef("attachments.filename", "Attachment filename", 0); -- cgit v1.2.3-24-g4f1b