Skip to content
Snippets Groups Projects
Commit d8d678d4 authored by David Büchler's avatar David Büchler
Browse files

Der Speichernbutton wird nun ausgeblendet, wenn die Selektion nicht valide ist

parent aa373816
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<name>CampaignAddParticipants_entity</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<title>Add participants to Campaign</title>
<onValidation>%aditoprj%/entity/CampaignAddParticipants_entity/onValidation.js</onValidation>
<recordContainer>jdito</recordContainer>
<entityFields>
<entityProvider>
......
import("system.vars");
import("system.result");
if (vars.get("$field.isOperationValid") == "false")
{
result.object("Keine gültige Auswahl");
}
......@@ -4267,16 +4267,13 @@
<key>All selected participants already are in the campaign</key>
</entry>
<entry>
<key>participant</key>
<key>Not enough slots for #countValidParticipantsToAdd#/#countParticipantsToAdd# participant(s)</key>
</entry>
<entry>
<key>will be added to the selected campaign step</key>
<key>#countValidParticipantsToAdd#/#countParticipantsToAdd# participant(s) will be added to the selected campaign step</key>
</entry>
<entry>
<key>Not enough slots for</key>
</entry>
<entry>
<key>participants</key>
<key>No valid Selection</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
......
......@@ -5401,6 +5401,10 @@
<key>Not enough slots for #countValidParticipantsToAdd#/#countParticipantsToAdd# participant(s)</key>
<value>Nicht genügend Teilnehmerplätze verfügbar für #countValidParticipantsToAdd#/#countParticipantsToAdd# Teilnehmer</value>
</entry>
<entry>
<key>No valid Selection</key>
<value>Keine gültige Auswahl</value>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
......@@ -4321,6 +4321,9 @@
<entry>
<key>Not enough slots for #countValidParticipantsToAdd#/#countParticipantsToAdd# participant(s)</key>
</entry>
<entry>
<key>No valid Selection</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
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