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

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