mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4273] Remove description property from Process Instance Cloud Model (#4568)
* [ADF-4273] Remove description property from Process Instance Cloud Model * [ADF-4273] Remove from e2e tests
This commit is contained in:
committed by
Eugenio Romano
parent
ce0775c525
commit
2753771d29
@@ -87,7 +87,6 @@ describe('Process list cloud', () => {
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('startDate');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('appName');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('businessKey');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('description');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('initiator');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('lastModified');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkColumnIsDisplayed('processName');
|
||||
|
@@ -58,12 +58,6 @@ export class ProcessListCloudConfiguration {
|
||||
'title': 'ADF_CLOUD_PROCESS_LIST.PROPERTIES.BUSINESS_KEY',
|
||||
'sortable': true
|
||||
},
|
||||
{
|
||||
'key': 'entry.description',
|
||||
'type': 'text',
|
||||
'title': 'ADF_CLOUD_PROCESS_LIST.PROPERTIES.DESCRIPTION',
|
||||
'sortable': true
|
||||
},
|
||||
{
|
||||
'key': 'entry.initiator',
|
||||
'type': 'text',
|
||||
|
Reference in New Issue
Block a user