From 2a630381b7d066e5f73860b249dc2d68a516891f Mon Sep 17 00:00:00 2001 From: cristinaj Date: Mon, 4 Feb 2019 15:29:34 +0200 Subject: [PATCH] Changing the name for status column on process list cloud. (#4254) Remove processName from properties used on demo-shell. --- demo-shell/src/app.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 90b07c8780..35110aa00c 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -546,7 +546,7 @@ }, "adf-edit-process-filter": { "properties": [ - "state", "sort", "order", "processName" + "state", "sort", "order" ] }, "content-metadata": { @@ -579,7 +579,7 @@ { "key": "entry.status", "type": "text", - "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.NAME", + "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.STATUS", "sortable": true }, {