On Fri, Nov 02, 2012 at 10:34:04PM +0100, [email protected] wrote: > 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.
You are right, thank you for reporting this. I've now fixed master. We will do updated 1.8 packages probably sometimes next wekk. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
