Merge pull request #3429 from umbraco/temp8-231-send-to-publish-with-variants
v8 - send to publish with variants
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Umbraco.Web.Trees
|
||||
internal static Attempt<LegacyUrlAction> GetUrlAndTitleFromLegacyAction(IAction action, string nodeId, string nodeType, string nodeName, string currentSection)
|
||||
{
|
||||
switch (action)
|
||||
|
||||
{
|
||||
case ActionNew actionNew:
|
||||
return Attempt.Succeed(
|
||||
|
||||
Reference in New Issue
Block a user