Blame SOURCES/0112-rhtsupport-be-able-to-turn-uReport-off-from-GUI.patch

4b6aa8
From 7b16eb5fa155b7214d9839cb73c7629849611904 Mon Sep 17 00:00:00 2001
4b6aa8
From: Jakub Filak <jfilak@redhat.com>
4b6aa8
Date: Mon, 3 Nov 2014 16:07:28 +0100
4b6aa8
Subject: [LIBREPORT PATCH 112/113] rhtsupport: be able to turn uReport off
4b6aa8
 from GUI
4b6aa8
4b6aa8
Expose SubmitUReport configuration option in the GUI configuration.
4b6aa8
Users should be able to configure entire reporting process from GUI.
4b6aa8
4b6aa8
Related to rhbz#1139987
4b6aa8
4b6aa8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
4b6aa8
---
4b6aa8
 src/plugins/report_RHTSupport.xml.in | 5 +++++
4b6aa8
 1 file changed, 5 insertions(+)
4b6aa8
4b6aa8
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
4b6aa8
index a69d31e..05e7ae8 100644
4b6aa8
--- a/src/plugins/report_RHTSupport.xml.in
4b6aa8
+++ b/src/plugins/report_RHTSupport.xml.in
4b6aa8
@@ -36,6 +36,11 @@
4b6aa8
             <default-value>yes</default-value>
4b6aa8
         </option>
4b6aa8
         <advanced-options>
4b6aa8
+            <option type="bool" name="RHTSupport_SubmitUReport">
4b6aa8
+                <_label>Submit uReport</_label>
4b6aa8
+                <_note-html>Submit <a href="https://access.redhat.com/articles/642323">micro-report</a> when creating a new case. </_note-html>
4b6aa8
+                <default-value>yes</default-value>
4b6aa8
+            </option>
4b6aa8
             <option type="text" name="http_proxy">
4b6aa8
                 <_label>HTTP Proxy</_label>
4b6aa8
                 <allow-empty>yes</allow-empty>
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8