This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
80488e012fc822e2a9981434c40d95aebd84edf0
Umbraco-CMS
/
src
/
Umbraco.Web
/
Macros
History
neehouse
c0214ac4ec
Modified the MacroRendering event as requested. Removed the unnecessary check for the file path from the Partial View Macro as it would not be hit anyhow since the macro engine is determined using the same rule. U4-2644 & U4-2643
2013-09-10 09:34:19 -04:00
..
PartialViewMacroController.cs
Creted MergeParentContextViewData filter, this is by default applied to SurfaceController's and the PartialViewMacroController. Now if you are rendering a partial view macro or a child action from a SurfaceController and are putting data into ViewData on a POST, you don't have to access the ViewData from the ParentViewContext.
2013-08-30 12:03:16 +10:00
PartialViewMacroEngine.cs
Modified the MacroRendering event as requested. Removed the unnecessary check for the file path from the Partial View Macro as it would not be hit anyhow since the macro engine is determined using the same rule. U4-2644 & U4-2643
2013-09-10 09:34:19 -04:00
PartialViewMacroPage.cs
Updates the pull request for handling macro errors.
2013-03-11 20:11:11 +06:00