[ACS-4126] Removed tags from libraries (#3093)

* ACS-4126 Removed tags from libraries

* ACS-4126 Fixed e2e
This commit is contained in:
AleksanderSklorz
2023-03-28 19:34:23 +02:00
committed by GitHub
parent fddec8ca9f
commit 1553142364
3 changed files with 3 additions and 36 deletions

View File

@@ -2158,17 +2158,6 @@
"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": [
@@ -2223,17 +2212,6 @@
"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": [
@@ -2572,17 +2550,6 @@
"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
}
]
}