Ensures ref integrity for all FKs to umbracoUser table but support NULL values
This commit is contained in:
@@ -604,7 +604,7 @@ namespace Umbraco.Core.Services.Implement
|
||||
NodeObjectType = Constants.ObjectTypes.IdReservation,
|
||||
|
||||
CreateDate = DateTime.Now,
|
||||
UserId = -1,
|
||||
UserId = null,
|
||||
ParentId = -1,
|
||||
Level = 1,
|
||||
Path = "-1",
|
||||
|
||||
Reference in New Issue
Block a user