Blame SOURCES/0032-rhtsupport-import-event-options-from-uReport.patch

562801
From 74489c9ce932b756cd95383eaa0f528fbfc477ee Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Tue, 25 Feb 2014 17:40:57 +0100
562801
Subject: [LIBREPORT PATCH 32/33] rhtsupport: import event options from uReport
562801
562801
"report_RHTSupport" event sends an ureport before creating a case.
562801
"report_uReport" event configuration might have be modified option
562801
values, therefore "report_RHTSupport" needs to import this configuration
562801
too.
562801
562801
Related to rhbz#1069111
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/plugins/report_RHTSupport.xml.in | 2 ++
562801
 1 file changed, 2 insertions(+)
562801
562801
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
562801
index e040d8f..a69d31e 100644
562801
--- a/src/plugins/report_RHTSupport.xml.in
562801
+++ b/src/plugins/report_RHTSupport.xml.in
562801
@@ -12,6 +12,8 @@
562801
     <gui-review-elements>yes</gui-review-elements>
562801
 
562801
     <options>
562801
+        <import-event-options event="report_uReport"/>
562801
+
562801
         <option type="text" name="RHTSupport_URL">
562801
             <_label>RH Portal URL</_label>
562801
             <allow-empty>no</allow-empty>
562801
-- 
562801
1.8.3.1
562801