mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
[ACA-1614] Context Menu - add Share Recent Search favorite action component (#549)
* add Share Recent Search favorite action component * fix order conflict
This commit is contained in:
parent
b009f85246
commit
54c59f42f7
@ -532,6 +532,16 @@
|
||||
"visible": "app.toolbar.favorite.canRemove"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.contextmenu.favorite",
|
||||
"comment": "workaround for Recent Files and Search API issue",
|
||||
"type": "custom",
|
||||
"order": 501,
|
||||
"component": "app.toolbar.toggleFavorite",
|
||||
"rules": {
|
||||
"visible": "app.toolbar.favorite.canToggle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.contextmenu.copy",
|
||||
"title": "APP.ACTIONS.COPY",
|
||||
|
Loading…
x
Reference in New Issue
Block a user