Skip to content
Snippets Groups Projects
Commit 6344597c authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfixes in KeywordAttributeRelation

parent 60946135
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/KeywordAttributeRelation_entity/entityfields/ab_keyword_attribute_id/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
<element>PROCESS_SETVALUE</element>
</onValueChangeTypes>
</entityField>
<entityField>
<name>AB_KEYWORD_ENTRY_ID</name>
......
......@@ -3,7 +3,7 @@ import("system.vars");
import("Entity_lib");
var type = vars.get("$field.attributeType");
var value = ProcessHandlingUtils.getOnValidationValue(vars.get("$field.valueProxy"));
var value = vars.get("$local.value");
switch (type)
{
case "BOOL_VALUE":
......
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