From 3800311197ec8fc481f0f12edeae57c2fa79d680 Mon Sep 17 00:00:00 2001 From: m-hulbert <39801222+m-hulbert@users.noreply.github.com> Date: Thu, 1 Aug 2019 16:58:34 +0100 Subject: [PATCH] [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 * Update docs/process-services-cloud/components/edit-task-filter-cloud.component.md Co-Authored-By: Eugenio Romano --- docs/.DS_Store | Bin 8196 -> 8196 bytes .../edit-process-filter-cloud.component.md | 8 ++++++++ .../edit-task-filter-cloud.component.md | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/docs/.DS_Store b/docs/.DS_Store index b81aab2c33f290491ad41a2948903c1666f8fb50..ec8a947a926089f9bad5a336456ba9502737968e 100644 GIT binary patch delta 70 zcmZp1XmOa}&nUGqU^hRb)Mg%m7M95_BD$O@#mPBI`T04Fn|noC7$@%&k>6|}Hji;L VyTmt^$sa@|H{TU8feFuM1OPP97nlG5 delta 57 zcmZp1XmOa}&nUSuU^hRb^2?O~kQV7ZxH;v36ke=(`a0iwU) G!e#&*v=Y|< diff --git a/docs/process-services-cloud/components/edit-process-filter-cloud.component.md b/docs/process-services-cloud/components/edit-process-filter-cloud.component.md index 792026088c..e85c68f24f 100644 --- a/docs/process-services-cloud/components/edit-process-filter-cloud.component.md +++ b/docs/process-services-cloud/components/edit-process-filter-cloud.component.md @@ -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) diff --git a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md b/docs/process-services-cloud/components/edit-task-filter-cloud.component.md index 027efe9269..6f5ea2b1d2 100644 --- a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md +++ b/docs/process-services-cloud/components/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)