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

Merge branch '1059182_FixCampaignAddParticipants' into '2020.1'

[Projekt: Entwicklung - Neon][TicketNr.: 1059182][Teilnehmer können in...

See merge request xrm/basic!271
parents 611f7f75 73c6d76f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ import("system.vars");
if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
{
var stepId = CampaignUtils.getDefaultCampaignStep(vars.get("local.value"));
var stepId = CampaignUtils.getDefaultCampaignStep(vars.get("$local.value"));
neon.setFieldValue("$field.CAMPAIGNSTEP_ID", stepId);
}
\ No newline at end of file
......@@ -4,7 +4,7 @@
<title></title>
<description></description>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="false" />
<filterable v="true" />
<layout>
<groupLayout>
<name>layout</name>
......@@ -15,8 +15,8 @@
<name>ParticipantsTable</name>
<favoriteActionGroup1>FilterViewActionGroup</favoriteActionGroup1>
<entityField>#ENTITY</entityField>
<isCreatable v="false" />
<isEditable v="false" />
<isCreatable v="true" />
<isEditable v="true" />
<columns>
<neonTableColumn>
<name>1bd3a82e-89c1-4b3b-809b-b9bac7f78e58</name>
......
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