[Mapbender-commits] r8292 - trunk/mapbender/lib
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Tue Mar 27 08:50:16 EDT 2012
    
    
  
Author: armin11
Date: 2012-03-27 05:50:16 -0700 (Tue, 27 Mar 2012)
New Revision: 8292
Modified:
   trunk/mapbender/lib/resultGeometryListController.js
Log:
Bugfix
Modified: trunk/mapbender/lib/resultGeometryListController.js
===================================================================
--- trunk/mapbender/lib/resultGeometryListController.js	2012-03-27 12:41:40 UTC (rev 8291)
+++ trunk/mapbender/lib/resultGeometryListController.js	2012-03-27 12:50:16 UTC (rev 8292)
@@ -137,7 +137,7 @@
 		}
 		resultArray = [];
 		if (!hasLabeledColumn) {
-			new mb_exception("The WFS configuration must have at least one element which has a label and a 'show' flag.");
+			alert("The WFS configuration must have at least one element which has a label and a 'show' flag.");
 		}
 		for (index in labelArray){
 			if (labelArray[index]  !== undefined && labelArray[index]  !== null){
    
    
More information about the Mapbender_commits
mailing list