Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
e6900421
Commit
e6900421
authored
5 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
Bulk mail fix
parent
e79aa57c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/AttributeRelation_entity/AttributeRelation_entity.aod
+1
-0
1 addition, 0 deletions
entity/AttributeRelation_entity/AttributeRelation_entity.aod
entity/AttributeRelation_entity/entityfields/value/valueProcess.js
+9
-0
9 additions, 0 deletions
...tributeRelation_entity/entityfields/value/valueProcess.js
with
10 additions
and
0 deletions
entity/AttributeRelation_entity/AttributeRelation_entity.aod
+
1
−
0
View file @
e6900421
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
entity/AttributeRelation_entity/entityfields/value/valueProcess.js
0 → 100644
+
9
−
0
View file @
e6900421
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment