Skip to content
Snippets Groups Projects
Commit e6900421 authored by S.Listl's avatar S.Listl
Browse files

Bulk mail fix

parent e79aa57c
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@
<mandatoryProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/mandatoryProcess.js</mandatoryProcess>
<dropDownProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/dropDownProcess.js</dropDownProcess>
<stateProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/value/displayValueProcess.js</displayValueProcess>
</entityField>
<entityConsumer>
......
import("Attribute_lib");
import("system.vars");
import("system.result");
var attributeType = AttributeUtil.getAttributeType(vars.get("$field.AB_ATTRIBUTE_ID"));
var contentType = AttributeTypeUtil.getContentType(attributeType);
if (vars.get("$this.value") == null && contentType == "BOOLEAN")
result.string("0");
\ 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