Blame SOURCES/0113-rhtsupport-move-RH-Portal-URL-c.-o.-to-Advanced-sect.patch

4b6aa8
From aa04804534886ca1b2f2773a3de5eaa0f8077df6 Mon Sep 17 00:00:00 2001
4b6aa8
From: Jakub Filak <jfilak@redhat.com>
4b6aa8
Date: Mon, 3 Nov 2014 16:15:45 +0100
4b6aa8
Subject: [LIBREPORT PATCH 113/113] rhtsupport: move RH Portal URL c. o. to
4b6aa8
 Advanced section
4b6aa8
4b6aa8
It is unlikely that a regular user will ever want to edit that
4b6aa8
configuration option.
4b6aa8
4b6aa8
Related to rhbz#1139987
4b6aa8
4b6aa8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
4b6aa8
---
4b6aa8
 src/plugins/report_RHTSupport.xml.in | 12 ++++++------
4b6aa8
 1 file changed, 6 insertions(+), 6 deletions(-)
4b6aa8
4b6aa8
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
4b6aa8
index 05e7ae8..a612a1e 100644
4b6aa8
--- a/src/plugins/report_RHTSupport.xml.in
4b6aa8
+++ b/src/plugins/report_RHTSupport.xml.in
4b6aa8
@@ -14,12 +14,6 @@
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
-            <_description>Address of the Red Hat support portal</_description>
4b6aa8
-            <default-value>https://api.access.redhat.com/rs</default-value>
4b6aa8
-        </option>
4b6aa8
         <option type="text" name="RHTSupport_Login">
4b6aa8
             <_label>Username</_label>
4b6aa8
             <_description>Red Hat customer user name</_description>
4b6aa8
@@ -41,6 +35,12 @@
4b6aa8
                 <_note-html>Submit <a href="https://access.redhat.com/articles/642323">micro-report</a> when creating a new case. </_note-html>
4b6aa8
                 <default-value>yes</default-value>
4b6aa8
             </option>
4b6aa8
+            <option type="text" name="RHTSupport_URL">
4b6aa8
+                <_label>RH Portal URL</_label>
4b6aa8
+                <allow-empty>no</allow-empty>
4b6aa8
+                <_description>Address of the Red Hat support portal</_description>
4b6aa8
+                <default-value>https://api.access.redhat.com/rs</default-value>
4b6aa8
+            </option>
4b6aa8
             <option type="text" name="http_proxy">
4b6aa8
                 <_label>HTTP Proxy</_label>
4b6aa8
                 <allow-empty>yes</allow-empty>
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8