[LIBREPORT PATCH] fixed the bugzilla private group names rhbz#985881

Jiri Moskovcak jmoskovc at redhat.com
Thu Jul 25 08:55:50 UTC 2013


- the actual group list can be retrieved here:
  https://bugzilla.redhat.com/userprefs.cgi?tab=permissions
---
 src/plugins/bugzilla.conf          | 2 +-
 src/plugins/report_Bugzilla.xml.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf
index 0fb3794..29c44b3 100644
--- a/src/plugins/bugzilla.conf
+++ b/src/plugins/bugzilla.conf
@@ -18,4 +18,4 @@ DontMatchComponents = selinux-policy
 
 # for more info about these settings see: https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets
 # CreatePrivate = no
-# PrivateGroups = group_218
+# PrivateGroups = private
diff --git a/src/plugins/report_Bugzilla.xml.in b/src/plugins/report_Bugzilla.xml.in
index d1516ba..9ffe90f 100644
--- a/src/plugins/report_Bugzilla.xml.in
+++ b/src/plugins/report_Bugzilla.xml.in
@@ -63,7 +63,7 @@
             <option type="text" name="Bugzilla_PrivateGroups">
                 <_label>Groups</_label>
                 <allow-empty>yes</allow-empty>
-                <default-value>group_218</default-value>
+                <default-value>private</default-value>
                 <_note-html>Restrict the access to specified groups &lt;a href="https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets"&gt;?&lt;/a&gt;</_note-html>
             </option>
         </advanced-options>
-- 
1.8.3.1



More information about the Crash-catcher mailing list