File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' sap-ux-sap-systems-ext ' : patch
3+ ---
4+
5+ Fix right click options on systems
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments