From dd4c0e37f25266ec936bfa582714ce72ec1b1e98 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 14 Aug 2018 08:19:18 +0100 Subject: [PATCH] ADF-3474 demo shell process list fix column --- demo-shell/src/app.config.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 2245285ab7..e00e9a7d66 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -510,19 +510,6 @@ "type": "text", "title": "ADF_PROCESS_LIST.PROPERTIES.ID", "sortable": true - }, - { - "key": "processDefinitionId", - "type": "text", - "title": "ADF_PROCESS_LIST.PROPERTIES.PROCESS_DEFINITION_ID", - "sortable": true - }, - { - "key": "started", - "type": "date", - "title": "ADF_PROCESS_LIST.PROPERTIES.CREATED", - "format": "timeAgo", - "sortable": true } ] }