mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12249] add description field (#8226)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -100,7 +100,8 @@
|
|||||||
"LOW": "Low",
|
"LOW": "Low",
|
||||||
"NORMAL": "Normal",
|
"NORMAL": "Normal",
|
||||||
"HIGH": "High"
|
"HIGH": "High"
|
||||||
}
|
},
|
||||||
|
"DESCRIPTION": "Description"
|
||||||
},
|
},
|
||||||
"LIST": {
|
"LIST": {
|
||||||
"MESSAGES": {
|
"MESSAGES": {
|
||||||
|
Reference in New Issue
Block a user