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

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