mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3796] - fixed error on sorting (#1575)
* [ACA-3796] - fixed error on sorting * [ACA-3796] - fixed unit test * [ACA-3796] - start fixing e2e plus fixed filter parent node * Rebased and upgraded to the latest ADF * [ACA-3796] - fixed pr comments * last adf update * remove unused loading * clean unit test * [ACA-3796] - reverted fix for filters parent Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com> Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
@@ -562,6 +562,10 @@
|
||||
"description": "Property key",
|
||||
"type": "string"
|
||||
},
|
||||
"sortingKey": {
|
||||
"description": "Property key for server sorting",
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"description": "Column type",
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user