change srm match
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-16 12:26:10 +11:00
parent fb40abfd48
commit b46369811b
2 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ func (h *Handler) VmModifyEvent(w http.ResponseWriter, r *http.Request) {
params.PlaceholderChange = sql.NullString{String: "testVm", Valid: true}
changeFound = true
params.UpdateType = "srm"
} else if change["newValue"] == "placeholderVm" {
} else if change["newValue"] == "\\\"placeholderVm\\\"" {
h.Logger.Debug("placeholderVm")
params.PlaceholderChange = sql.NullString{String: "placeholderVm", Valid: true}
changeFound = true