Skip to content
Snippets Groups Projects
Commit 5fb7ba89 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

1074053 CampaignParticipant error fixed

parent 282cb776
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@
<element>CampaignParticipantChart_entity</element>
<element>Campaign_entity</element>
</siblings>
<afterOperatingState>%aditoprj%/entity/CampaignParticipant_entity/afterOperatingState.js</afterOperatingState>
<usePermissions v="false" />
<titlePlural>Participants</titlePlural>
<recordContainer>db</recordContainer>
......
import("system.neon");
import("system.vars");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_VIEW)
{
neon.refreshAll();
}
\ 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