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
d510e53e
Commit
d510e53e
authored
4 years ago
by
Simon Leipold
Browse files
Options
Downloads
Patches
Plain Diff
fixed #1068363 #1066690 - value process of parameter role title was missing
parent
ccfc3908
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/Role_entity/Role_entity.aod
+6
-0
6 additions, 0 deletions
entity/Role_entity/Role_entity.aod
entity/Role_entity/entityfields/theirpermissions/children/roletitle_param/valueProcess.js
+4
-0
4 additions, 0 deletions
...theirpermissions/children/roletitle_param/valueProcess.js
with
10 additions
and
0 deletions
entity/Role_entity/Role_entity.aod
+
6
−
0
View file @
d510e53e
...
@@ -41,6 +41,12 @@
...
@@ -41,6 +41,12 @@
</entityField>
</entityField>
<entityConsumer>
<entityConsumer>
<name>
TheirPermissions
</name>
<name>
TheirPermissions
</name>
<children>
<entityParameter>
<name>
RoleTitle_param
</name>
<valueProcess>
%aditoprj%/entity/Role_entity/entityfields/theirpermissions/children/roletitle_param/valueProcess.js
</valueProcess>
</entityParameter>
</children>
<dependency>
<dependency>
<name>
dependency
</name>
<name>
dependency
</name>
<entityName>
PermissionDetail_entity
</entityName>
<entityName>
PermissionDetail_entity
</entityName>
...
...
This diff is collapsed.
Click to expand it.
entity/Role_entity/entityfields/theirpermissions/children/roletitle_param/valueProcess.js
0 → 100644
+
4
−
0
View file @
d510e53e
import
(
"
system.vars
"
);
import
(
"
system.result
"
);
result
.
string
(
vars
.
get
(
"
$field.ROLENAME
"
));
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Simon Leipold
@s.leipold
mentioned in commit
1bb66540
·
4 years ago
mentioned in commit
1bb66540
mentioned in commit 1bb665406582eda62c3ff34d8ee1e05948716c06
Toggle commit list
Sebastian Listl
@s.listl
mentioned in commit
1e59b8db
·
4 years ago
mentioned in commit
1e59b8db
mentioned in commit 1e59b8db6e94a9e752038eec29d983d590fb30c9
Toggle commit list
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