[AAE-12249] add description field (#8226)

This commit is contained in:
Kasia Biernat
2023-02-06 14:57:45 +01:00
committed by GitHub
parent a0333b1d9c
commit c12b4284ef
2 changed files with 11 additions and 1 deletions

View File

@@ -1327,6 +1327,15 @@
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.LAST_MODIFIED", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.LAST_MODIFIED",
"sortable": true, "sortable": true,
"format": "timeAgo" "format": "timeAgo"
},
{
"id": "description",
"key": "description",
"type": "text",
"title": "ADF_CLOUD_TASK_LIST.PROPERTIES.DESCRIPTION",
"sortable": false,
"draggable": false,
"isHidden": true
} }
] ]
} }

View File

@@ -100,7 +100,8 @@
"LOW": "Low", "LOW": "Low",
"NORMAL": "Normal", "NORMAL": "Normal",
"HIGH": "High" "HIGH": "High"
} },
"DESCRIPTION": "Description"
}, },
"LIST": { "LIST": {
"MESSAGES": { "MESSAGES": {