mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1768] Process list - The columns must be localisable (#2515)
* Rename processlist.component.ts to process-list.component.ts Rename processlist.component.md to process-list.component.md * Add a root scope ADF_PROCESS_LIST into the json file Remove the hardcoded string from the component and use keys Refactoring json structure * Fix unit test
This commit is contained in:
committed by
Eugenio Romano
parent
9ce0cd45e8
commit
c2cafaa648
@@ -20,8 +20,8 @@ This component renders a list containing all the process instances matched by th
|
||||
**app.component.html**
|
||||
|
||||
```html
|
||||
<adf-process-instance-list
|
||||
[appId]="'1'"
|
||||
<adf-process-instance-list
|
||||
[appId]="'1'"
|
||||
[state]="'open'">
|
||||
</adf-process-instance-list>
|
||||
```
|
||||
|
Reference in New Issue
Block a user