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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user