[Mapbender-commits] r9748 - trunk/mapbender/http/geoportal

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 24 05:11:45 PDT 2017


Author: armin11
Date: 2017-05-24 05:11:45 -0700 (Wed, 24 May 2017)
New Revision: 9748

Modified:
   trunk/mapbender/http/geoportal/mod_showCatalogueStatistics.php
Log:
Fix - deactivate search for non-opendata - cause the searchInterface doesn't support this actually!

Modified: trunk/mapbender/http/geoportal/mod_showCatalogueStatistics.php
===================================================================
--- trunk/mapbender/http/geoportal/mod_showCatalogueStatistics.php	2017-05-24 11:40:20 UTC (rev 9747)
+++ trunk/mapbender/http/geoportal/mod_showCatalogueStatistics.php	2017-05-24 12:11:45 UTC (rev 9748)
@@ -201,7 +201,7 @@
  									if (data.data.id == "1") {
 										searchLinkNew = searchLink+"restrictToOpenData=true";
 									} else {
-										searchLinkNew = searchLink;
+										//searchLinkNew = searchLink;
 									}
 								break;
 								default:



More information about the Mapbender_commits mailing list