[ADF-2884] Task List - Custom apps display all tasks (#3329)

* [ADF-2884] Handled filterParam input change
Changed component selector

* [ADF-2884] Modified/Added tests

* [ADF-2884] Deprecated old selectors

* [ADF-2884] Added deprecated version

* [ADF-2884] Improved filter finding condition
This commit is contained in:
Deepak Paul
2018-05-18 20:46:48 +05:30
committed by Eugenio Romano
parent 07440731fa
commit bdf0a455dc
6 changed files with 59 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ If both `appId` and `appName` are specified then `appName` will take precedence
```html
<adf-process-instance-filters
[filterParam]="{index: 0}">
</adf-filters>
</adf-process-instance-filters>
```
You can use inside the filterParam one of the properties defined by [FilterParamsModel](#filterparamsmodel) (see below).

View File

@@ -9,7 +9,7 @@ Shows all available filters.
## Basic Usage
```html
<adf-filters></adf-filters>
<adf-task-filters></adf-task-filters>
```
## Class members
@@ -36,9 +36,9 @@ Shows all available filters.
### How filter the activiti task filters
```html
<adf-filters
<adf-task-filters
[filterParam]="{name:'My tasks'}">
</adf-filters>
</adf-task-filters>
```
You can use inside the filterParam one of the properties from [FilterParamsModel](#filterparamsmodel) (see below).