mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-4734] Update docs for preference service in filters (#4969)
* [ADF-4734] Update docs for preference service in filters * Update docs/process-services-cloud/components/edit-process-filter-cloud.component.md Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com> * Update docs/process-services-cloud/components/edit-task-filter-cloud.component.md Co-Authored-By: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
parent
ba11019e11
commit
3800311197
BIN
docs/.DS_Store
vendored
BIN
docs/.DS_Store
vendored
Binary file not shown.
@ -22,6 +22,7 @@ Shows/edits process filter details.
|
||||
- [Filter properties](#filter-properties)
|
||||
- [Sort properties](#sort-properties)
|
||||
- [Action properties](#action-properties)
|
||||
- [Saving custom filters](#saving-custom-filters)
|
||||
- [See also](#see-also)
|
||||
|
||||
## Basic Usage
|
||||
@ -200,6 +201,13 @@ export class SomeComponent implements OnInit {
|
||||
|
||||
With this configuration, only the two actions will be shown.
|
||||
|
||||
## Saving custom filters
|
||||
Users can save a filter if they make any changes to it in an application using the **Save** icon. How it is saved is dictated by the Activiti version used:
|
||||
|
||||
* An Activiti 7 community version stores saved filters in the local browser storage. This restricts a user's custom filters to that single session.
|
||||
|
||||
* An Activiti Enterprise version uses the preference service to store saved filters. This allows for user's custom filters to be available between sessions and between devices.
|
||||
|
||||
## See also
|
||||
|
||||
- [Edit task filter cloud component](edit-task-filter-cloud.component.md)
|
||||
|
@ -22,6 +22,7 @@ Edits task filter details.
|
||||
- [Filter properties](#filter-properties)
|
||||
- [Sort properties](#sort-properties)
|
||||
- [Action properties](#action-properties)
|
||||
- [Saving custom filters](#saving-custom-filters)
|
||||
- [See also](#see-also)
|
||||
|
||||
## Basic Usage
|
||||
@ -200,6 +201,13 @@ export class SomeComponent implements OnInit {
|
||||
|
||||
With this configuration, only the two actions will be shown.
|
||||
|
||||
## Saving custom filters
|
||||
Users can save a filter if they make any changes to it in an application using the **Save** icon. How it is saved is dictated by the Activiti version used:
|
||||
|
||||
* An Activiti 7 community version stores saved filters in the local browser storage. This restricts a user's custom filters to that single session.
|
||||
|
||||
* An Activiti Enterprise version uses the preference service to store saved filters. This allows for user's custom filters to be available between sessions and between devices.
|
||||
|
||||
## See also
|
||||
|
||||
- [Edit process filter cloud component](edit-process-filter-cloud.component.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user