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

Task-type improvements

parent 081aabff
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Task_entity/documentation.adoc</documentation>
<title>Task</title>
<contentTitleProcess>%aditoprj%/entity/Task_entity/contentTitleProcess.js</contentTitleProcess>
<afterUiInit>%aditoprj%/entity/Task_entity/afterUiInit.js</afterUiInit>
<onValidation>%aditoprj%/entity/Task_entity/onValidation.js</onValidation>
<iconId>VAADIN:TASKS</iconId>
......@@ -90,6 +91,7 @@
<consumer>KeywordTypes</consumer>
<groupable v="true" />
<searchable v="true" />
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Task_entity/entityfields/type/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Task_entity/entityfields/type/displayValueProcess.js</displayValueProcess>
</entityField>
......
import("system.vars");
import("system.result");
result.string(vars.get("$field.TYPE.displayValue"))
\ No newline at end of file
......@@ -13,6 +13,10 @@
<editMode v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>f8dcc490-1b86-47c3-88fa-8005f8e0095b</name>
<entityField>TYPE</entityField>
</entityFieldLink>
<entityFieldLink>
<name>fb5768fe-2dd2-45cd-8d21-f20af279f409</name>
<entityField>SUBJECT</entityField>
......
......@@ -34,6 +34,7 @@
<children>
<timelineViewTemplate>
<name>TasksTimeline</name>
<favoriteActionGroup1>tableActions</favoriteActionGroup1>
<dateField>MATURITY_DATE</dateField>
<titleField>SUBJECT_DETAILS</titleField>
<descriptionField>DESCRIPTION</descriptionField>
......
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