mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-180] Add Description column to My libraries / Favorites (#1486)
* [ACS-180] Add Description column to My libraries / Favorites * Fix e2e test * Fix datatable selector * Fix role and visibility selectors * Add description to search library layout * Final fix
This commit is contained in:
@@ -1340,11 +1340,21 @@
|
||||
"key": "title",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.NAME",
|
||||
"type": "text",
|
||||
"class": "adf-expand-cell-5",
|
||||
"class": "adf-expand-cell-3",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryName",
|
||||
"desktopOnly": false
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.description",
|
||||
"key": "description",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.DESCRIPTION",
|
||||
"type": "text",
|
||||
"class": "adf-ellipsis-cell adf-expand-cell-5",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryDescription",
|
||||
"desktopOnly": true
|
||||
},
|
||||
{
|
||||
"id": "app.libraries.role",
|
||||
"key": "role",
|
||||
@@ -1377,11 +1387,21 @@
|
||||
"key": "title",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.NAME",
|
||||
"type": "text",
|
||||
"class": "adf-expand-cell-5",
|
||||
"class": "adf-expand-cell-3",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryName",
|
||||
"desktopOnly": false
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.description",
|
||||
"key": "description",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.DESCRIPTION",
|
||||
"type": "text",
|
||||
"class": "adf-ellipsis-cell adf-expand-cell-5",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryDescription",
|
||||
"desktopOnly": true
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.role",
|
||||
"key": "role",
|
||||
|
@@ -1375,11 +1375,21 @@
|
||||
"key": "title",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.NAME",
|
||||
"type": "text",
|
||||
"class": "adf-expand-cell-5",
|
||||
"class": "adf-expand-cell-3",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryName",
|
||||
"desktopOnly": false
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.description",
|
||||
"key": "description",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.DESCRIPTION",
|
||||
"type": "text",
|
||||
"class": "adf-ellipsis-cell adf-expand-cell-5",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryDescription",
|
||||
"desktopOnly": true
|
||||
},
|
||||
{
|
||||
"id": "app.libraries.role",
|
||||
"key": "role",
|
||||
@@ -1412,11 +1422,21 @@
|
||||
"key": "title",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.NAME",
|
||||
"type": "text",
|
||||
"class": "adf-expand-cell-5",
|
||||
"class": "adf-expand-cell-3",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryName",
|
||||
"desktopOnly": false
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.description",
|
||||
"key": "description",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.DESCRIPTION",
|
||||
"type": "text",
|
||||
"class": "adf-ellipsis-cell adf-expand-cell-5",
|
||||
"sortable": true,
|
||||
"template": "app.columns.libraryDescription",
|
||||
"desktopOnly": true
|
||||
},
|
||||
{
|
||||
"id": "app.favorite.libraries.role",
|
||||
"key": "role",
|
||||
|
Reference in New Issue
Block a user