Workaround for failing entity tree children (#15887)

* Workaround for failing entity tree children

* Fix typo from original PR

* Expose and actually use GetPagedTrashedChildren on EntityService (the default implementation on the interface is currently used).

* Ensure that ID/Key mapping for recycle bins work
This commit is contained in:
Kenn Jacobsen
2024-03-15 11:21:36 +01:00
committed by GitHub
parent 7964f33d0d
commit 469a54cbbe
8 changed files with 120 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ public class DocumentRecycleBinControllerBase : RecycleBinControllerBase<Documen
protected override UmbracoObjectTypes ItemObjectType => UmbracoObjectTypes.Document;
protected override Guid RecycleBindRootKey => Constants.System.RecycleBinContentKey;
protected override Guid RecycleBinRootKey => Constants.System.RecycleBinContentKey;
protected override DocumentRecycleBinItemResponseModel MapRecycleBinViewModel(Guid? parentId, IEntitySlim entity)
{