Fixed issues with embed serialization + view
added missing view for grid media Fix missing negation
This commit is contained in:
@@ -1661,7 +1661,7 @@ namespace Umbraco.Web.BackOffice.Controllers
|
||||
}
|
||||
|
||||
var toCopyResult = ValidateMoveOrCopy(copy);
|
||||
if ((toCopyResult.Result is null))
|
||||
if (!(toCopyResult.Result is null))
|
||||
{
|
||||
return toCopyResult.Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user