Author: simoneg
Date: Thu Oct 29 01:25:16 2009
New Revision: 830822
URL: http://svn.apache.org/viewvc?rev=830822&view=rev
Log:
LABS-207: Fix for mapped smart lists
Modified:
labs/magma/trunk/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java
Modified:
labs/magma/trunk/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java?rev=830822&r1=830821&r2=830822&view=diff
==============================================================================
---
labs/magma/trunk/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java
(original)
+++
labs/magma/trunk/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java
Thu Oct 29 01:25:16 2009
@@ -29,6 +29,7 @@
import org.apache.magma.maps.GeoCoordinates;
import org.apache.magma.maps.GeoLocated;
import org.apache.magma.settings.Settings;
+import org.apache.magma.view.tree.Node;
import org.apache.magma.view.tree.ViewUtils;
import org.apache.magma.website.Head;
import org.apache.magma.website.beansview.SmartListProducer;
@@ -129,7 +130,7 @@
tables.write("<th class=\"MagmaList-HeaderCell
MagmaGoogleMapsDescription\">");
tables.write(new LocalizableString("Description").toString());
tables.write("</th>");
- super.closeHeaderRow(tables);
+ super.closeHeaderRow(root, tables);
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]