Skip to content

Commit

Permalink
Merge fix/action-call-form
Browse files Browse the repository at this point in the history
Fixes cyclic object value
  • Loading branch information
Andries-Smit authored May 30, 2019
2 parents 1528489 + 3106f87 commit 2ec2f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LabelSelect/widget/LabelSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ define([
params: {
applyto: "selection",
actionname: mf,
guids: [obj.getGuid()],
origin: this.mxform
guids: [obj.getGuid()]
},
origin: this.mxform,
callback: function() {
if (cb && typeof cb === "function") {
cb();
Expand Down

0 comments on commit 2ec2f48

Please sign in to comment.