Disabling revert button when no changes to SQLCMD vars at publish time (#22552)

* disabling revert SQLCMD var value button when no changes to values; changing string

* Updating docstring

* Updating behavior to account for SQLCMD vars defined in publish profiles
This commit is contained in:
Benjin Dubishar
2023-04-03 10:09:06 -07:00
committed by GitHub
parent 55820e94f9
commit 267a830775
2 changed files with 60 additions and 23 deletions

View File

@@ -142,7 +142,7 @@ export const profileReadError = (err: any) => localize('profileReadError', "Erro
export const sqlCmdVariables = localize('sqlCmdTableLabel', "SQLCMD Variables");
export const sqlCmdVariableColumn = localize('sqlCmdVariableColumn', "Name");
export const sqlCmdValueColumn = localize('sqlCmdValueColumn', "Value");
export const loadSqlCmdVarsButtonTitle = localize('reloadValuesFromProjectButtonTitle', "Reload values from project");
export const revertSqlCmdVarsButtonTitle = localize('revertSqlCmdVarsButtonTitle', "Revert values to project defaults");
export const profile = localize('profile', "Profile");
export const selectConnection = localize('selectConnection', "Select connection");
export const server = localize('server', "Server");