Skip to content
Snippets Groups Projects
Commit 2113ee1f authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

remove "_action"

parent db41ef01
No related branches found
No related tags found
No related merge requests found
......@@ -384,10 +384,10 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/rel_relationship/valueProcess.js</valueProcess>
</entityField>
<entityActionField>
<name>openEditDefaultsView_action</name>
<name>openEditDefaultsView</name>
<fieldType>ACTION</fieldType>
<title>Edit defaults</title>
<onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openeditdefaultsview_action/onActionProcess.js</onActionProcess>
<onActionProcess>%aditoprj%/entity/Person_entity/entityfields/openeditdefaultsview/onActionProcess.js</onActionProcess>
<iconId>VAADIN:WRENCH</iconId>
</entityActionField>
<entityActionField>
......
import("system.vars");
import("system.neon");
neon.openContext("Person", "ContactEditDefaults_view", [vars.get("$sys.uid")], neon.OPERATINGSTATE_EDIT, null);
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