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

Merge branch 'm_2000953_testrunactions_active_without_selection' into '2021.2.1'

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

See merge request xrm/basic!1420
parents 802df262 e3176785
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