mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [ACS-12286] Pass includeFields through to getRecentFiles for -recent- loadFolderByNodeId forwarded includeFields to every custom source except -recent-, and getRecentFiles had no includeFields parameter, hardcoding the search include set. Thread includeFields through to the recent-files search request (de-duplicated, defaults preserved) so callers can request extra fields such as isFavorite. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * [ACS-12286] Document includeFields parameter for getRecentFiles Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * [ACS-12286] Use typed PersonEntry instead of any in getRecentFiles spec Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>