mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10165] create all libraries component (#4826)
* [ACS-10165] create all libraries component * [ACS-10165] move translations, apply cr comments * [ACS-10165] fix column tracking * [ACS-10165] remove flag * [ACS-10165] create base component for library pages * [ACS-10165] fix build issue * [ACS-10165] code review fixes
This commit is contained in:
@@ -175,6 +175,13 @@
|
||||
"description": "APP.BROWSE.LIBRARIES.MENU.FAVORITE_LIBRARIES.SIDENAV_LINK.TOOLTIP",
|
||||
"route": "favorite/libraries"
|
||||
},
|
||||
{
|
||||
"id": "app.navbar.libraries.all",
|
||||
"order": 350,
|
||||
"title": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.LABEL",
|
||||
"description": "APP.BROWSE.LIBRARIES.MENU.ALL_LIBRARIES.SIDENAV_LINK.TOOLTIP",
|
||||
"route": "all/libraries"
|
||||
},
|
||||
{
|
||||
"id": "app.navbar.recentFiles",
|
||||
"order": 400,
|
||||
@@ -504,8 +511,7 @@
|
||||
"component": "app.toolbar.toggleInfoDrawer",
|
||||
"rules": {
|
||||
"visible": [
|
||||
"app.selection.library",
|
||||
"isLibraryManager"
|
||||
"app.selection.library"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -1583,8 +1589,7 @@
|
||||
"component": "app.components.tabs.library.metadata",
|
||||
"rules": {
|
||||
"visible": [
|
||||
"app.selection.library",
|
||||
"isLibraryManager"
|
||||
"app.selection.library"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user