mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7358] fix for tags column expanding (#3875)
This commit is contained in:
@@ -2248,7 +2248,7 @@
|
|||||||
"template": "app.columns.tags",
|
"template": "app.columns.tags",
|
||||||
"key": "tags",
|
"key": "tags",
|
||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||||
"class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell",
|
"class": "adf-full-width adf-expand-cell-4",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"sortable": false,
|
"sortable": false,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
@@ -2466,7 +2466,7 @@
|
|||||||
"template": "app.columns.tags",
|
"template": "app.columns.tags",
|
||||||
"key": "tags",
|
"key": "tags",
|
||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||||
"class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell",
|
"class": "adf-full-width adf-expand-cell-4",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"sortable": false,
|
"sortable": false,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
@@ -2540,7 +2540,7 @@
|
|||||||
"template": "app.columns.tags",
|
"template": "app.columns.tags",
|
||||||
"key": "tags",
|
"key": "tags",
|
||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||||
"class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell",
|
"class": "adf-full-width adf-expand-cell-4",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"sortable": false,
|
"sortable": false,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
@@ -2625,7 +2625,7 @@
|
|||||||
"template": "app.columns.tags",
|
"template": "app.columns.tags",
|
||||||
"key": "tags",
|
"key": "tags",
|
||||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||||
"class": "adf-full-width adf-expand-cell-4 adf-ellipsis-cell",
|
"class": "adf-full-width adf-expand-cell-4",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"sortable": false,
|
"sortable": false,
|
||||||
"desktopOnly": true,
|
"desktopOnly": true,
|
||||||
|
Reference in New Issue
Block a user