Skip to content
Snippets Groups Projects
Commit 3164a2d8 authored by Markus Escher's avatar Markus Escher
Browse files

fix PersonEditDefaults action

parent 137712b8
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.neon");
neon.openContext("Person", "ContactEditDefaults_view", [vars.get("$field.CONTACTID")], neon.OPERATINGSTATE_EDIT, null);
\ No newline at end of file
neon.openContext("Person", "PersonEditDefaults_view", [vars.get("$field.CONTACTID")], neon.OPERATINGSTATE_EDIT, null);
\ 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