This commit is contained in:
Bjarke Berg
2020-10-09 09:35:30 +02:00
parent e69f3d02de
commit 424c3b821e

View File

@@ -983,8 +983,9 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
return new ReadOnlyRelation(entity.Id, id, relationType.Id);
}).WhereNotNull();
// Save bulk relations<
// Save bulk relations
RelationRepository.SaveBulk(toSave);
}
private class NodeIdKey