Skip to content
Snippets Groups Projects
Commit 26f28c32 authored by Markus Escher's avatar Markus Escher
Browse files

add openCalendar Action to Scorecard

parent 44469b2a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
</entityField>
<entityActionField>
<name>openCalendar</name>
<onActionProcess>%aditoprj%/entity/Analyses_entity/entityfields/opencalendar/onActionProcess.js</onActionProcess>
</entityActionField>
<entityActionField>
<name>openNewTasks</name>
......
import("system.tools");
import("system.neon");
neon.openCalendar(4, tools.getCurrentUser()["title"], null);
\ No newline at end of file
......@@ -33,6 +33,7 @@
<fieldActions>
<element>openOverdueTasks</element>
<element>openNewTasks</element>
<element>openCalendar</element>
</fieldActions>
<entityField>#ENTITY</entityField>
<fields>
......
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