Fixed issues with embed serialization + view

added missing view for grid media
Fix missing negation
This commit is contained in:
Bjarke Berg
2021-02-05 19:23:58 +01:00
parent 7c4982a04d
commit c3fbfa1280

View File

@@ -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;
}