[mapguide-commits] r8458 - trunk/MgDev/Server/src/Services/Resource

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Nov 29 05:22:17 PST 2014


Author: jng
Date: 2014-11-29 05:22:17 -0800 (Sat, 29 Nov 2014)
New Revision: 8458

Modified:
   trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp
Log:
#2433: Ensure alias substitution is done for resource data that require substitution. Aliased configuration documents now work on both 32 and 64-bit build of MapGuide.

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp	2014-11-28 14:09:16 UTC (rev 8457)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp	2014-11-29 13:22:17 UTC (rev 8458)
@@ -1275,6 +1275,8 @@
 
         dataBindingInfo.SetLoginUsername(m_currUserInfo->GetUserName());
         dataBindingInfo.SetLoginPassword(m_currUserInfo->GetPassword());
+        dataBindingInfo.SetSubstituteUnmanagedDataMappings(
+            resource->IsResourceTypeOf(MgResourceType::FeatureSource));
 
         // Substitute all the tags.
 



More information about the mapguide-commits mailing list