Skip to content

Commit 66e2099

Browse files
authored
Fix right click options on systems (#4540)
1 parent ff1c0d8 commit 66e2099

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/true-pots-cheat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sap-ux-sap-systems-ext': patch
3+
---
4+
5+
Fix right click options on systems

packages/sap-systems-ext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
},
193193
{
194194
"command": "sap.ux.tools.sapSystems.launchAppGen",
195-
"when": "view == sap.ux.tools.sapSystems && viewItem == sapSystem-abap_catalog",
195+
"when": "view == sap.ux.tools.sapSystems && (viewItem == sapSystem-abap_catalog || viewItem == sapSystem-odata_service)",
196196
"group": "navigation"
197197
},
198198
{
199199
"command": "sap.ux.tools.sapSystems.show",
200-
"when": "view == sap.ux.tools.sapSystems && (viewItem == sapSystem-abap_catalog || viewItem == sapSystem-odata_service)",
200+
"when": "view == sap.ux.tools.sapSystems && (viewItem == sapSystem-abap_catalog || viewItem == sapSystem-odata_service || viewItem == sapSystem-generic_host)",
201201
"group": "navigation"
202202
}
203203
]

0 commit comments

Comments
 (0)