Change object over association is causing an issue-actionButton1: this._updateRendering is not a function

0
Based on the status am changing the visibility - i have a job open and associated with many candidates ,while i start to create a candidate after creating an job role am committing candidate object in the nanoflow and in same Nanoflow i am trying to change the status of job from new to Inprogress where i get this error An error occurred while executing an action of HR_Tracker_Portal.CandidateDetails.actionButton1: this. is not a function Nanoflow stack: "Commit object(s) $Job_Role" in nanoflow "HR_Tracker_Portal.SaveCandidate"    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638621033241910766:61:179810    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638621033241910766:19:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638621033241910766:19:6731)    at O (http://localhost:8080/mxclientsystem/mxui/mxui.js?638621033241910766:59:5099)    
asked
1 answers
0

Hello Deepalakshmi,

 

The issue stems from the commit action within the nanoflow. Nanoflows take entity access into account. To make this change, you need to adjust the relevant entity accesses in the domain model and grant Read & Write access to the User Role for this change. I hope this helps you resolve the problem.

Nanoflows | Mendix Documentation

 

Access.PNG

answered