Skip to content
Snippets Groups Projects
Commit 1e59b8db authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'cherry-pick-d510e53e' into '2020.2.2'

fixed #1068363 #1066690 - value process of parameter role title was missing

See merge request xrm/basic!525
parents 93cc37d3 1bb66540
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,12 @@
</entityField>
<entityConsumer>
<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>
<name>dependency</name>
<entityName>PermissionDetail_entity</entityName>
......
import("system.vars");
import("system.result");
result.string(vars.get("$field.ROLENAME"));
\ 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