mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3133] Fixed inconsistency in doc example (#3436)
This commit is contained in:
committed by
Eugenio Romano
parent
dfc83489e2
commit
6d6045aba4
@@ -15,7 +15,7 @@ Renders a list containing all the process instances matched by the parameters sp
|
|||||||
```html
|
```html
|
||||||
<adf-process-instance-list
|
<adf-process-instance-list
|
||||||
[appId]="'1'"
|
[appId]="'1'"
|
||||||
[state]="'open'">
|
[state]="'all'">
|
||||||
</adf-process-instance-list>
|
</adf-process-instance-list>
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ You can define a custom schema for the list in the `app.config.json` file and ac
|
|||||||
```html
|
```html
|
||||||
<adf-process-instance-list
|
<adf-process-instance-list
|
||||||
[appId]="'1'"
|
[appId]="'1'"
|
||||||
[state]="'open'"
|
[state]="'all'"
|
||||||
[presetColumn]="'customSchema'">
|
[presetColumn]="'customSchema'">
|
||||||
</adf-process-instance-list>
|
</adf-process-instance-list>
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user