mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
4.5.0 Release note (#7130)
* doc part 1 * doc part 2 * 4.5.0 release note * Update README.md * Update README.md
This commit is contained in:
@@ -303,8 +303,9 @@ export class ProcessFilterCloudService {
|
||||
|
||||
/**
|
||||
* Finds and returns the process instance filters from preferences
|
||||
* @param appName Name of the target app
|
||||
* @returns Array of ProcessFilterCloudModel
|
||||
* @param preferences
|
||||
* @param key
|
||||
*/
|
||||
private findFiltersByKeyInPreferences(preferences: any, key: string): ProcessFilterCloudModel[] {
|
||||
const result = preferences.find((filter: any) => { return filter.entry.key === key; });
|
||||
|
Reference in New Issue
Block a user