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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Aug 1 08:11:00 EDT 2011


Author: jng
Date: 2011-08-01 05:11:00 -0700 (Mon, 01 Aug 2011)
New Revision: 6020

Modified:
   trunk/Tools/Maestro/Maestro.Base/Commands/SiteExplorer/SetupFolderStructureCommand.cs
Log:
#1745: Refresh the folder where the SetupFolderStructureCommand was invoked from.


Modified: trunk/Tools/Maestro/Maestro.Base/Commands/SiteExplorer/SetupFolderStructureCommand.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Commands/SiteExplorer/SetupFolderStructureCommand.cs	2011-08-01 11:37:08 UTC (rev 6019)
+++ trunk/Tools/Maestro/Maestro.Base/Commands/SiteExplorer/SetupFolderStructureCommand.cs	2011-08-01 12:11:00 UTC (rev 6020)
@@ -59,6 +59,7 @@
                         LoggingService.Info("Created Folder: " + fid); //LOCALIZEME
                     }
                 }
+                exp.RefreshModel(current);
                 exp.ExpandNode(current);
             }
         }



More information about the mapguide-commits mailing list