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

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