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