[mapguide-commits] r6807 - branches/maestro-4.0.x/Maestro.Base/UI
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jun 25 06:41:21 PDT 2012
Author: jng
Date: 2012-06-25 06:41:20 -0700 (Mon, 25 Jun 2012)
New Revision: 6807
Modified:
branches/maestro-4.0.x/Maestro.Base/UI/SiteExplorer.cs
Log:
#2040: Fix GetCommonParent
Modified: branches/maestro-4.0.x/Maestro.Base/UI/SiteExplorer.cs
===================================================================
--- branches/maestro-4.0.x/Maestro.Base/UI/SiteExplorer.cs 2012-06-25 13:39:32 UTC (rev 6806)
+++ branches/maestro-4.0.x/Maestro.Base/UI/SiteExplorer.cs 2012-06-25 13:41:20 UTC (rev 6807)
@@ -547,7 +547,7 @@
if (data.Length == 1)
{
if (data[0].IsFolder)
- return data[0].ToString();
+ return data[0].ResourceId.ToString();
else
return data[0].Parent.ResourceId;
}
More information about the mapguide-commits
mailing list