mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4124] Display tags applied to file in files list (#2974)
* [ACS-4124] Display tags applied to file in files list * [ACS-4124] CR fixes * [ACS-4124] Hide tags for smaller displays * [ACS-4124] E2e fixes * [ACS-4124] E2e fixes
This commit is contained in:
@@ -2076,6 +2076,17 @@
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
}
|
||||
],
|
||||
"libraries": [
|
||||
@@ -2130,6 +2141,17 @@
|
||||
"template": "app.columns.libraryStatus",
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
}
|
||||
],
|
||||
"favoriteLibraries": [
|
||||
@@ -2184,6 +2206,17 @@
|
||||
"template": "app.columns.libraryStatus",
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
}
|
||||
],
|
||||
"shared": [
|
||||
@@ -2262,6 +2295,17 @@
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 70
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 80
|
||||
}
|
||||
],
|
||||
"recent": [
|
||||
@@ -2316,6 +2360,17 @@
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
}
|
||||
],
|
||||
"favorites": [
|
||||
@@ -2380,6 +2435,17 @@
|
||||
"sortable": true,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 70
|
||||
}
|
||||
],
|
||||
"trashcan": [
|
||||
@@ -2489,6 +2555,17 @@
|
||||
"template": "app.columns.libraryStatus",
|
||||
"desktopOnly": true,
|
||||
"order": 50
|
||||
},
|
||||
{
|
||||
"id": "app.filer.tags",
|
||||
"template": "app.columns.tags",
|
||||
"key": "tags",
|
||||
"title": "APP.DOCUMENT_LIST.COLUMNS.TAGS",
|
||||
"class": "adf-full-width adf-expand-cell-4",
|
||||
"type": "text",
|
||||
"sortable": false,
|
||||
"desktopOnly": true,
|
||||
"order": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -288,7 +288,8 @@
|
||||
"SHARED_BY": "Shared by",
|
||||
"DELETED_ON": "Deleted",
|
||||
"DELETED_BY": "Deleted by",
|
||||
"ROLE": "My Role"
|
||||
"ROLE": "My Role",
|
||||
"TAGS": "Tags"
|
||||
},
|
||||
"TOOLBAR": {
|
||||
"CARDVIEW": "Card view mode",
|
||||
|
Reference in New Issue
Block a user