Skip to content
Snippets Groups Projects
Commit 467e8357 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

1080363 setCommunicationSetting_workflowService fix

parent cec0bceb
No related merge requests found
......@@ -35,7 +35,7 @@ var settingsId = settingsIdSql.cell();
if (settingsId)
{
newWhere("COMMUNICATIONSETTINGS.COMMUNICATIONSETTINGSID")
newWhere("COMMUNICATIONSETTINGS.COMMUNICATIONSETTINGSID", settingsId)
.updateFields({"STATUS": status});
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment