From 1f9c83ae81c5c81d005fa0d9a428e23ea5126576 Mon Sep 17 00:00:00 2001
From: "bugreport%peshkin.net" <>
Date: Tue, 18 Oct 2005 04:19:00 +0000
Subject: Bug 309681 Prevent users from adding another user who shouldn't have
 access to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira
 <gabriel@async.com.br> r=joel, a=justdave

---
 Bugzilla/Config/GroupSecurity.pm | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'Bugzilla/Config')

diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index e48cd4966..bd1aa3829 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -74,6 +74,12 @@ sub get_param_list {
    name => 'usevisibilitygroups',
    type => 'b',
    default => 0
+  }, 
+  
+  {
+   name => 'strict_isolation',
+   type => 'b',
+   default => 0
   } );
   return @param_list;
 }
-- 
cgit v1.2.1