mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2238] removed created by property (#3380)
* [ADF-2238] removed created by property
* [ADF-2238] added a condition to avoid checklist delete for completed task
* Revert "[ADF-2238] added a condition to avoid checklist delete for completed task"
This reverts commit fc2227ea04
.
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
"properties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": [ "assignee", "status", "priority", "dueDate", "category", "parentName", "created-by", "created", "id", "description", "formName" ]
|
||||
"enum": [ "assignee", "status", "priority", "dueDate", "category", "parentName", "created", "id", "description", "formName" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user