10.0.25
REST model on the bitbucket API.
I’m trying to update a record’s Assignee on an issue.
I have the assignee field set up as a reference field like so:
I’m rendering the actual assignee field in a field editor as a picklist, and using a Model to generate the picklist options:
The source model is on bitbucket’s team members.
For some reason with this setup, skuid is including the __skuid_record__ object in the row’s changes, which creates circular reference issues when calling JSON.stringify() as part of the REST save operation:
Here’s the code that’s producing the error:
Skuid never actually gets to the point of trying to perform the PUT.
Help?
Is there a better way for me to set this up?