mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-18662] Fix - Pipe icon is still visible in the search (#3556)
This commit is contained in:
@@ -375,7 +375,10 @@
|
|||||||
{
|
{
|
||||||
"id": "app.toolbar.search.separator",
|
"id": "app.toolbar.search.separator",
|
||||||
"type": "separator",
|
"type": "separator",
|
||||||
"order": 89
|
"order": 89,
|
||||||
|
"rules": {
|
||||||
|
"visible": "app.isSearchSupported"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "app.toolbar.search",
|
"id": "app.toolbar.search",
|
||||||
|
Reference in New Issue
Block a user