mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2397] Sometimes Load more on Content Node Selector does not load next page of results (#3065)
* [ADF-2397] Sometimes Load more on Content Node Selector does not load next page of results * [ADF-2397] added test
This commit is contained in:
committed by
Eugenio Romano
parent
3a68382be0
commit
87c37dd9bd
@@ -323,6 +323,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
|
||||
onFolderLoaded(nodePage: NodePaging): void {
|
||||
this.attemptNodeSelection(this.documentList.folderNode);
|
||||
this.pagination = nodePage.list.pagination;
|
||||
this.skipCount = nodePage.list.pagination.skipCount;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user