[Spacewalk-list] Spacewalk 1.8, missing column in systems overview list

vogt at spamcop.net vogt at spamcop.net
Fri Nov 2 21:34:04 UTC 2012


Upgrading to Spacewalk 1.8 the systems overview and other similar  
lists don't show the column for the number of config files with  
differences.

Browsing through the source code I think it's a bug at line 105 of

java/code/webapp/WEB-INF/pages/common/fragments/systems/system_listdisplay.jspf

It says:

<c:if test = "${empty noConfigFiles} and empty extraPackagesMode">

I think it should be

<c:if test = "${empty noConfigFiles and empty extraPackagesMode}">

instead.

Gerald




More information about the Spacewalk-list mailing list