Remove irrelevant context menu options from ledger objects in OE (#20571)

* fixing icons for new ledger object SubTypes

* removing irrelevant context menu options from ledger objects in OE

* aligning LedgerDropped subtype context key specifically with the Table NodeType context key
This commit is contained in:
Jordan Hays
2022-09-09 08:50:57 -07:00
committed by GitHub
parent 06c8e3d7a8
commit 982c242301
3 changed files with 30 additions and 10 deletions

View File

@@ -511,7 +511,7 @@
},
{
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && config.workbench.enablePreviewFeatures",
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped && config.workbench.enablePreviewFeatures",
"group": "0_query@3"
},
{