diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 072fd0d2cc..dca06a5c49 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -1327,6 +1327,15 @@ "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.LAST_MODIFIED", "sortable": true, "format": "timeAgo" + }, + { + "id": "description", + "key": "description", + "type": "text", + "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.DESCRIPTION", + "sortable": false, + "draggable": false, + "isHidden": true } ] } diff --git a/lib/process-services-cloud/src/lib/i18n/en.json b/lib/process-services-cloud/src/lib/i18n/en.json index c5cd90fc44..57485bf979 100644 --- a/lib/process-services-cloud/src/lib/i18n/en.json +++ b/lib/process-services-cloud/src/lib/i18n/en.json @@ -100,7 +100,8 @@ "LOW": "Low", "NORMAL": "Normal", "HIGH": "High" - } + }, + "DESCRIPTION": "Description" }, "LIST": { "MESSAGES": {