[ADF-4300] Updated sort properties lists with the non-filter properties (#4508)

This commit is contained in:
Andy Stark 2019-03-27 17:40:03 +00:00 committed by Eugenio Romano
parent df9db7981c
commit ded6c4736c
2 changed files with 11 additions and 9 deletions

View File

@ -2,7 +2,7 @@
Title: Edit Process Filter Cloud component Title: Edit Process Filter Cloud component
Added: v3.0.0 Added: v3.0.0
Status: Experimental Status: Experimental
Last reviewed: 2019-03-26 Last reviewed: 2019-03-27
--- ---
# [Edit Process Filter Cloud component](../../../lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts "Defined in edit-process-filter-cloud.component.ts") # [Edit Process Filter Cloud component](../../../lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts "Defined in edit-process-filter-cloud.component.ts")
@ -30,7 +30,7 @@ Shows/edits process filter details.
<adf-cloud-edit-process-filter <adf-cloud-edit-process-filter
[id]="processFilterId" [id]="processFilterId"
[appName]="appName" [appName]="appName"
[filterProperties]="filterProperties"s [filterProperties]="filterProperties"
(filterChange)="onFilterChange($event)" (filterChange)="onFilterChange($event)"
(action)="onAction($event)"> (action)="onAction($event)">
</adf-cloud-edit-process-filter> </adf-cloud-edit-process-filter>
@ -124,9 +124,10 @@ With this configuration, only the four listed properties will be shown.
### Sort properties ### Sort properties
You can supply a list of _sort properties_ to sort the processes. Any of the You can supply a list of _sort properties_ to sort the processes. You can use
[filter properties](#filter-properties) listed above can also be used as any of the [filter properties](#filter-properties) listed above as
sort properties. sort properties and you can also use the process **_id_** and **_startDate_**
properties and use **_name_** as a shorthand for **_processName_**.
By default, the **_id_**, **_name_**, **_status_** and **_startDate_** properties are By default, the **_id_**, **_name_**, **_status_** and **_startDate_** properties are
displayed in the editor. However, you can also choose which sort properties displayed in the editor. However, you can also choose which sort properties

View File

@ -2,7 +2,7 @@
Title: Edit Task Filter Cloud component Title: Edit Task Filter Cloud component
Added: v3.0.0 Added: v3.0.0
Status: Experimental Status: Experimental
Last reviewed: 2019-03-26 Last reviewed: 2019-03-27
--- ---
# [Edit Task Filter Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filter-cloud.component.ts "Defined in edit-task-filter-cloud.component.ts") # [Edit Task Filter Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filter-cloud.component.ts "Defined in edit-task-filter-cloud.component.ts")
@ -124,9 +124,10 @@ With this configuration, only the four listed properties will be shown.
### Sort properties ### Sort properties
You can supply a list of _sort properties_ to sort the tasks. Any of the You can supply a list of _sort properties_ to sort the tasks. You can use
[filter properties](#filter-properties) listed above can also be used as any of the [filter properties](#filter-properties) listed above as
sort properties. sort properties and you can also use the task **_id_** property and
use **_name_** as a shorthand for **_taskName_**.
By default, the **_id_**, **_name_**, **_createdDate_** and **_priority_** properties are By default, the **_id_**, **_name_**, **_createdDate_** and **_priority_** properties are
displayed in the editor. However, you can also choose which sort properties displayed in the editor. However, you can also choose which sort properties