[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:
m-hulbert 2019-08-01 16:58:34 +01:00 committed by Eugenio Romano
parent ba11019e11
commit 3800311197
3 changed files with 16 additions and 0 deletions

BIN
docs/.DS_Store vendored

Binary file not shown.

View File

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

View File

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