[mapguide-commits] r8119 - trunk/Tools/Maestro/Maestro.Base/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 7 02:10:30 PDT 2014


Author: jng
Date: 2014-05-07 02:10:30 -0700 (Wed, 07 May 2014)
New Revision: 8119

Modified:
   trunk/Tools/Maestro/Maestro.Base/Commands/ViewXmlChangesCommand.cs
Log:
#2440: Fix diff not showing up when editing resources via the generic xml editor

Modified: trunk/Tools/Maestro/Maestro.Base/Commands/ViewXmlChangesCommand.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Commands/ViewXmlChangesCommand.cs	2014-05-07 08:13:21 UTC (rev 8118)
+++ trunk/Tools/Maestro/Maestro.Base/Commands/ViewXmlChangesCommand.cs	2014-05-07 09:10:30 UTC (rev 8119)
@@ -47,7 +47,7 @@
             string targetFile = null;
             try
             {
-                edSvc.SyncSessionCopy();
+                ed.SyncSessionCopy();
                 var set = XmlCompareUtil.PrepareForComparison(edSvc.ResourceService,
                                                               edSvc.ResourceID,
                                                               edSvc.EditedResourceID);



More information about the mapguide-commits mailing list