[Spacewalk-devel] [PATCH] fixing dead links in list

2012-04-13 Thread Michael Calmer
Hi,

I found a page with links to not existing pages.

Overview = Subscription Management = Software Channel Entitlements =
 click on a number in Systems Subscribed column

You see a page with a list of all Systems which uses this entitlement, but
if you click on the Errata or Package Number you end up in a not existing 
page.

The attached patch should bring you to the java pages.

-- 
Regards

Michael Calmer

--
Michael Calmer
SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg
T: +49 (0) 911 74053 0
F: +49 (0) 911 74053575  - e-mail: michael.cal...@suse.com
--
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer
HRB 16746 (AG Nürnberg)
From d247d08ec753d7eac5ba38f8fe8bc472c4161974 Mon Sep 17 00:00:00 2001
From: Michael Calmer m...@suse.de
Date: Fri, 13 Apr 2012 16:13:28 +0200
Subject: [PATCH] change links to existing pages

---
 web/html/network/systems/system_list |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/html/network/systems/system_list b/web/html/network/systems/system_list
index 2e36da1..368cb9f 100644
--- a/web/html/network/systems/system_list
+++ b/web/html/network/systems/system_list
@@ -30,10 +30,10 @@
   /rhn-require
 
   column name=Errata label=total_errata align=center width=5%
-url/network/systems/details/errata_list.pxt?sid={column:id}/url
+url/rhn/systems/details/ErrataList.do?sid={column:id}/url
   /column
   column name=Packages label=outdated_packages align=center width=5%
-url/network/systems/details/packages/upgrade.pxt?sid={column:id}/url
+url/rhn/systems/details/packages/UpgradableList.do?sid={column:id}/url
   /column
   column name=System label=server_name sort_by=1 align=left width=35%
 url/rhn/systems/details/Overview.do?sid={column:id}/url
-- 
1.7.3.4



signature.asc
Description: This is a digitally signed message part.
___
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] fixing dead links in list

2012-04-13 Thread Stephen Herr

Hi Michael,

Patch looks great, thank you!

Submitted to Spacwalk master as df622ac01f986a611d6ce26d00796d2eec7bc415.

-Stephen Herr

On 04/13/2012 10:25 AM, Michael Calmer wrote:

Hi,

I found a page with links to not existing pages.

Overview =  Subscription Management =  Software Channel Entitlements =
  click on a number in Systems Subscribed column

You see a page with a list of all Systems which uses this entitlement, but
if you click on the Errata or Package Number you end up in a not existing
page.

The attached patch should bring you to the java pages.



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


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