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

Merge branch 'Service_Hotfix_documentTemplate' into '2021.2.0'

[Projekt: xRM-Service][TicketNr.: 2001255][Dokumentenvorlagen]

See merge request xrm/basic!1378
parents 4786665f c74ddb57
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,7 @@
</entityField>
<entityConsumer>
<name>Documents</name>
<state>INVISIBLE</state>
<stateProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documents/stateProcess.js</stateProcess>
<state>EDITABLE</state>
<dependency>
<name>dependency</name>
<entityName>Document_entity</entityName>
......
import("system.vars");
import("system.neon");
import("system.result");
import("KeywordRegistry_basic")
if( (vars.get("$field.KIND") != $KeywordRegistry.documentTemplateType$mail()) && (vars.get("$field.KIND") != $KeywordRegistry.documentTemplateType$signature()) )
{
result.string(neon.COMPONENTSTATE_EDITABLE);
}
\ 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