Skip to content
Snippets Groups Projects
Commit e11947e9 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix: #1045186: new appointment did throw error because of wrong appointmentlink generation

parent 5061f463
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ if(vars.exists("$param.Entry_param") && vars.get("$param.Entry_param")) ...@@ -10,7 +10,6 @@ if(vars.exists("$param.Entry_param") && vars.get("$param.Entry_param"))
{ {
neon.addRecord("AppointmentLinks", neon.addRecord("AppointmentLinks",
{ {
"AB_APPOINTMENTLINKID" : util.getNewUUID(),
"OBJECTID" : entry["AppLinkId"], "OBJECTID" : entry["AppLinkId"],
"OBJECTTYPE" : entry["AppLinkContext"] "OBJECTTYPE" : entry["AppLinkContext"]
}); });
......
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