Skip to content
Snippets Groups Projects
Commit 56bfe89b authored by j.goderbauer's avatar j.goderbauer
Browse files

fix: keyword-delete

parent a7ad3206
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("Sql_lib");
newWhere("AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID", "$field.AB_KEYWORD_ENTRYID").deleteData();
\ No newline at end of file
var rowData = vars.get("$local.rowdata");
var keywordEntryId = rowData["AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID"];
newWhereIfSet("AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID", keywordEntryId).deleteData(true);
\ 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