Skip to content
Snippets Groups Projects
Commit 8a906ef5 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfix delete attributes

parent 1b4e55d3
No related branches found
Tags 2019.3.0_RC2 trainingTemplate
No related merge requests found
......@@ -7,5 +7,4 @@ var rowData = vars.get("$local.rowdata");
if (rowData["AB_ATTRIBUTE_ID.value"] && rowData["VALUE.value"])
{
db.deleteData("AB_ATTRIBUTERELATION", SqlCondition.equals("AB_ATTRIBUTERELATION.AB_ATTRIBUTERELATIONID", vars.get("$local.uid"), "1=2"));
}
neon.refresh();
\ No newline at end of file
}
\ No newline at end of file
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