Skip to content
Snippets Groups Projects
Commit 93082c60 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch 'missing_actionname' into '2021.2.3'

fixed missing actionname

See merge request xrm/basic!1616
parents be96e7ec 5aaf2d9d
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,11 @@
</entityActionField>
<entityActionField>
<name>Export_action</name>
<title>Export</title>
<onActionProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/group/children/export_action/onActionProcess.js</onActionProcess>
<iconId>NEON:EXPORT</iconId>
<tooltip>Export fields of this table</tooltip>
<tooltipProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/group/children/export_action/tooltipProcess.js</tooltipProcess>
</entityActionField>
</children>
</entityActionGroup>
......
import("system.translate");
import("system.result");
result.string(translate.text("Export columns using a exporttemplate"));
\ 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