Skip to content
Snippets Groups Projects
Commit 8fda6327 authored by dsg03695's avatar dsg03695
Browse files

Ticket #1066027: adjusted all changes to show the adviser role in use of the...

Ticket #1066027: adjusted all changes to show the adviser role in use of the keywords done in the parallel ticket. In addition all
functionalities were checked due to the branch changes and merges and looks stable so far. 
parent bc7194b5
No related branches found
No related tags found
No related merge requests found
......@@ -15910,62 +15910,6 @@
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>VALIDFROM</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="93" />
<size v="19" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>VALIDTO</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="93" />
<size v="19" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>ADVISERROLE</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="12" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
<entityFieldDb>
<name>ADVISERSTATUS</name>
<dbName></dbName>
<primaryKey v="false" />
<columnType v="12" />
<size v="36" />
<scale v="0" />
<notNull v="false" />
<isUnique v="false" />
<index v="false" />
<documentation></documentation>
<title></title>
<description></description>
</entityFieldDb>
</entityFields>
</entityDb>
</entities>
......
......@@ -34,6 +34,7 @@
<entityField>
<name>ADVISER_ROLE</name>
<title>Adviser role</title>
<consumer>KeywordAdviserRoles</consumer>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/DistrictContact_entity/entityfields/adviser_role/displayValueProcess.js</displayValueProcess>
</entityField>
......
......@@ -3,5 +3,4 @@ import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
//TODO: insert after merge from Ticket #1066024
//result.string(KeywordUtils.getViewValue($KeywordRegistry.adviserRole(), vars.get("$field.ADVISER_ROLE")));
\ No newline at end of file
result.string(KeywordUtils.getViewValue($KeywordRegistry.adviserRole(), vars.get("$field.ADVISER_ROLE")));
\ No newline at end of file
......@@ -2,5 +2,4 @@ import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
//TODO: insert after merge from Ticket #1066024
//result.string($KeywordRegistry.adviserRole());
\ No newline at end of file
result.string($KeywordRegistry.adviserRole());
\ 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