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:
Eugenio Romano
2021-06-28 17:28:59 +02:00
committed by GitHub
parent 82a57c9c05
commit 4aa9f79707
11 changed files with 479 additions and 2 deletions

View File

@@ -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; });