Skip to content

Commit

Permalink
Merge branch 'feature/enable-folders-containing-templates' into versi…
Browse files Browse the repository at this point in the history
…on/1.3
  • Loading branch information
Zachary_Kniebel authored and Zachary_Kniebel committed Apr 10, 2019
2 parents 880260c + 4f8f31c commit f3e8cf4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
Binary file renamed Installation-1.3.7.zip → Installation.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions Sitecore_Module/SitecoreUML.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit f3e8cf4

Please sign in to comment.