[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:
Cilibiu Bogdan 2018-08-07 13:18:10 +03:00 committed by Denys Vuika
parent b009f85246
commit 54c59f42f7

View File

@ -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",