mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9158] Remove 'View Details' button from node Details page (#4351)
* [ACS-9158] Remove 'View Details' button from node Details page * [ACS-9158] remove redundant onDestroy$ * cr fix
This commit is contained in:
committed by
GitHub
parent
c799049790
commit
4751dcd12c
@@ -495,7 +495,7 @@
|
||||
"order": 700,
|
||||
"component": "app.toolbar.toggleInfoDrawer",
|
||||
"rules": {
|
||||
"visible": "canShowInfoDrawer"
|
||||
"visible": ["canShowInfoDrawer", "app.navigation.isNotDetails"]
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1084,7 +1084,7 @@
|
||||
"order": 500,
|
||||
"component": "app.toolbar.toggleInfoDrawer",
|
||||
"rules": {
|
||||
"visible": "canShowInfoDrawer"
|
||||
"visible": ["canShowInfoDrawer", "app.navigation.isNotDetails"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user