Moved all logic of PartialViewTasks and PartialViewMacroTasks to a base class as the only difference was 3 variables
Added events: PartialView(Macro): Create, Save and Delete Added events: Template: Save (there's already a legacy event, this is a new one to transition to) PartialViewMacro.ascx.cs was adding ".cshtml" just so that it could strip it of again, crazy
This commit is contained in:
@@ -488,6 +488,7 @@
|
||||
<Compile Include="umbraco.presentation\umbraco\create\DLRScripting.ascx.cs">
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="umbraco.presentation\umbraco\create\PartialViewTasksBase.cs" />
|
||||
<Compile Include="umbraco.presentation\umbraco\create\xslt.ascx.cs">
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user