diff --git a/Installation-1.3.7.zip b/Installation.zip similarity index 62% rename from Installation-1.3.7.zip rename to Installation.zip index 4d65f64..a8b9405 100644 Binary files a/Installation-1.3.7.zip and b/Installation.zip differ diff --git a/Installation/Sitecore_Package/SitecoreUML Service for Sitecore-1.3.8-SitecorePackage.zip b/Installation/Sitecore_Package/SitecoreUML Service for Sitecore-1.3.8-SitecorePackage.zip new file mode 100644 index 0000000..3832b8f Binary files /dev/null and b/Installation/Sitecore_Package/SitecoreUML Service for Sitecore-1.3.8-SitecorePackage.zip differ diff --git a/Installation/Sitecore_Package/SitecoreUML-Service-1.3.7-SitecorePackage.zip b/Installation/Sitecore_Package/SitecoreUML-Service-1.3.7-SitecorePackage.zip deleted file mode 100644 index 22a5350..0000000 Binary files a/Installation/Sitecore_Package/SitecoreUML-Service-1.3.7-SitecorePackage.zip and /dev/null differ diff --git a/Sitecore_Module/SitecoreUML.sln b/Sitecore_Module/SitecoreUML.sln index 4b41ec4..2f8b992 100644 --- a/Sitecore_Module/SitecoreUML.sln +++ b/Sitecore_Module/SitecoreUML.sln @@ -11,9 +11,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Feature", "2. Feature", "{C1A0A8DA-9DD7-4397-854F-EDC72371916C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Foundation", "3. Foundation", "{CD48DDAE-E2D5-4B92-ACA1-0E5E48A8FBA4}" - ProjectSection(SolutionItems) = preProject - src\Feature\SitecoreUML\code\ViewModels\JsonResult.cs = src\Feature\SitecoreUML\code\ViewModels\JsonResult.cs - EndProjectSection EndProject Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "TDS.SitecoreUML.Core", "src\Feature\SitecoreUML\serialization\TDS.SitecoreUML.Core\TDS.SitecoreUML.Core.scproj", "{798A567B-EF3E-4146-9FE9-FF994421542D}" EndProject diff --git a/Sitecore_Module/src/Feature/SitecoreUML/code/SitecoreDataManager.cs b/Sitecore_Module/src/Feature/SitecoreUML/code/SitecoreDataManager.cs index 6b6581e..7cd4695 100644 --- a/Sitecore_Module/src/Feature/SitecoreUML/code/SitecoreDataManager.cs +++ b/Sitecore_Module/src/Feature/SitecoreUML/code/SitecoreDataManager.cs @@ -396,7 +396,7 @@ protected IJsonSitecoreItem GetJsonSitecoreItem(Item item, Item templateRoot, IL }; } - if (item.TemplateID == TemplateIDs.TemplateFolder) + if (item.TemplateID == TemplateIDs.TemplateFolder || item.TemplateID == TemplateIDs.Folder) { return new JsonSitecoreTemplateFolder() {