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

Merge branch '1059555_FixActivityEditIsMainDocumentLabel' into '2020.1'

[Projekt: Entwicklung - Neon][TicketNr.: 1059555][Aktivität - Edit_View -...

See merge request xrm/basic!290
parents 6a5d6bec 733a7514
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@
<name>IS_MAIN_DOCUMENT</name>
<title>Main document</title>
<contentType>BOOLEAN</contentType>
<placeholderProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/placeholderProcess.js</placeholderProcess>
<dropDownProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/dropDownProcess.js</dropDownProcess>
<valueProcess>%aditoprj%/entity/Document_entity/entityfields/is_main_document/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Document_entity/entityfields/is_main_document/onValueChange.js</onValueChange>
......
import("system.translate");
import("system.result");
result.string(translate.text("Main document"));
\ 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