Skip to content
Snippets Groups Projects
Commit e3176785 authored by Martin Groppe's avatar Martin Groppe
Browse files

[Projekt: xRM-Marketing][TicketNr.: 2000953][Serienmail: "Test Run Actions"...

[Projekt: xRM-Marketing][TicketNr.: 2000953][Serienmail: "Test Run Actions" sind aktiv obwohl kein Empfänger ausgewählt sind]
parent 3de01afd
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@
<entityActionGroup>
<name>testRunActions</name>
<title>Test Run Actions</title>
<stateProcess>%aditoprj%/entity/BulkMailRecipient_entity/entityfields/testrunactions/stateProcess.js</stateProcess>
<children>
<entityActionField>
<name>setTestRecipient</name>
......
import("system.result");
import("system.vars");
import("system.neon");
if (vars.get("$sys.selection").length > 0)
{
result.string(neon.COMPONENTSTATE_EDITABLE);
}
else
{
result.string(neon.COMPONENTSTATE_INVISIBLE);
}
\ 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