Port v7@2aa0dfb2c5 - WIP
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Umbraco.Web.Models.Trees
|
||||
else
|
||||
{
|
||||
// if that doesn't work, try to get the legacy confirm view
|
||||
var attempt2 = LegacyTreeDataConverter.GetLegacyConfirmView(Action, currentSection);
|
||||
var attempt2 = LegacyTreeDataConverter.GetLegacyConfirmView(Action);
|
||||
if (attempt2)
|
||||
{
|
||||
var view = attempt2.Result;
|
||||
|
||||
Reference in New Issue
Block a user