mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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
@@ -118,7 +118,7 @@ describe('ActivitiProcessInstanceComments', () => {
|
||||
fixture.whenStable().then(() => {
|
||||
fixture.detectChanges();
|
||||
let element = fixture.nativeElement.querySelector('#comment-header');
|
||||
expect(element.innerText).toBe('DETAILS.COMMENTS.HEADER');
|
||||
expect(element.innerText).toBe('ADF_PROCESS_LIST.DETAILS.COMMENTS.HEADER');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user