mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4793] The filters don't work on community-edition [ Use local storage for community version ] (#4973)
* * Use local storage for community version. * * Created a communityModule. * * Updated unit tests the recent changes * * Updated documents. * * Modified process/task filters doc.
This commit is contained in:
committed by
Eugenio Romano
parent
964e89f6ef
commit
0bca6607a9
@@ -212,3 +212,7 @@ Users can save a filter if they make any changes to it in an application using t
|
||||
## See also
|
||||
|
||||
- [Edit task filter cloud component](edit-task-filter-cloud.component.md)
|
||||
- [Process Filter Cloud Service](../services/process-filter-cloud.service.md)
|
||||
- [Local preference Cloud Service](../services/local-preference-cloud.service.md)
|
||||
- [User preference Cloud Service](../services/user-preference-cloud.service.md)
|
||||
|
||||
|
@@ -212,3 +212,7 @@ Users can save a filter if they make any changes to it in an application using t
|
||||
## See also
|
||||
|
||||
- [Edit process filter cloud component](edit-process-filter-cloud.component.md)
|
||||
- [Task filters Cloud Service](../services/task-filter-cloud.service.md)
|
||||
- [Local preference Cloud Service](../services/local-preference-cloud.service.md)
|
||||
- [User preference Cloud Service](../services/user-preference-cloud.service.md)
|
||||
|
||||
|
@@ -35,3 +35,9 @@ Lists all available process filters and allows to select a filter.
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when any error occurs while loading the filters |
|
||||
| filterClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ProcessFilterCloudModel`](../../../lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.ts)`>` | Emitted when a filter is selected/clicked |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when filters are loaded successfully |
|
||||
|
||||
## See also
|
||||
|
||||
- [Process Filter Cloud Service](./services/process-filter-cloud.service.md)
|
||||
- [Local preference Cloud Service](./services/local-preference-cloud.service.md)
|
||||
- [User preference Cloud Service](./services/user-preference-cloud.service.md)
|
||||
|
@@ -54,3 +54,9 @@ as the value of `filterParam` as shown in the table below:
|
||||
| name | string | The name of the task filter, lowercase is checked |
|
||||
| key | string | The key of the task filter |
|
||||
| index | string | The zero-based position of the filter in the array. |
|
||||
|
||||
## See also
|
||||
|
||||
- [Task filter Cloud Service](../services/task-filter-cloud.service.md)
|
||||
- [Local preference Cloud Service](../services/local-preference-cloud.service.md)
|
||||
- [User preference Cloud Service](../services/user-preference-cloud.service.md)
|
||||
|
Reference in New Issue
Block a user