U4-5959 Getting YSOD when wanting to create partial view in a subfolder in the backoffie

#U4-5959 Fixed Due in version 7.2.1
This commit is contained in:
Sebastiaan Janssen
2014-12-14 17:22:10 +01:00
parent 7316c5462a
commit a480d7bbe6

View File

@@ -130,7 +130,7 @@
<create assembly="umbraco" type="MediaTypeTasks" />
<delete assembly="umbraco" type="MediaTypeTasks" />
</tasks>
</nodeType>
</nodeType>
<nodeType alias="initmember">
<header>member</header>
<usercontrol>/create/member.ascx</usercontrol>
@@ -323,6 +323,14 @@
</tasks>
</nodeType>
<nodeType alias="partialViews">
<header>Macro</header>
<usercontrol>/Create/PartialView.ascx</usercontrol>
<tasks>
<create assembly="umbraco" type="PartialViewTasks" />
<delete assembly="umbraco" type="PartialViewTasks" />
</tasks>
</nodeType>
<nodeType alias="partialViewsFolder">
<header>Macro</header>
<usercontrol>/Create/PartialView.ascx</usercontrol>
<tasks>
@@ -338,4 +346,12 @@
<delete assembly="umbraco" type="PartialViewMacroTasks" />
</tasks>
</nodeType>
<nodeType alias="partialViewMacrosFolder">
<header>Macro</header>
<usercontrol>/Create/PartialViewMacro.ascx</usercontrol>
<tasks>
<create assembly="umbraco" type="PartialViewMacroTasks" />
<delete assembly="umbraco" type="PartialViewMacroTasks" />
</tasks>
</nodeType>
</createUI>