Skip to content
Snippets Groups Projects
Commit cafdfb42 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

partial fix classificaion - refresh throws exception

parent 49af5b2d
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.vars");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW)
// "$local.value" contains the previous operationg state
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW && vars.get("$local.value") == neon.OPERATINGSTATE_EDIT)
{
neon.refreshAll();
neon.refreshAll()
}
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