Hello,

I fixed a subtle bug in the spacewalk web UI that caused the scheduling
of a system's synchronization to a software profile to not work anymore.
The patch in the attachment should fix the problem.

For reproducing the problem first go to Systems and select a system. Then
go to Software -> Packages -> Profiles, create a profile, compare to it
and try to sync.

Thank you,
Johannes

-- 
SUSE LINUX Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
>From 405d0933e065f94db7f648bbc2a91fdc173fdff0 Mon Sep 17 00:00:00 2001
From: Johannes Renner <jren...@suse.de>
Date: Fri, 29 Jul 2011 14:59:57 +0200
Subject: [PATCH] Fix software rollback to profiles

---
 .../details/packages/profiles/syncprofile.jsp      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java/code/webapp/WEB-INF/pages/systems/details/packages/profiles/syncprofile.jsp b/java/code/webapp/WEB-INF/pages/systems/details/packages/profiles/syncprofile.jsp
index 359667b..5f891b9 100644
--- a/java/code/webapp/WEB-INF/pages/systems/details/packages/profiles/syncprofile.jsp
+++ b/java/code/webapp/WEB-INF/pages/systems/details/packages/profiles/syncprofile.jsp
@@ -72,7 +72,7 @@
         <div align="right">
             <hr />
             <html:submit property="dispatch">
-                <bean:message key="schedulesync.jsp.schedulesync"/>"
+                <bean:message key="schedulesync.jsp.schedulesync"/>
             </html:submit>
         </div>
     </rhn:require>
-- 
1.7.3.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to