Skip to content

Commit f0d3d20

Browse files
authored
Fix major bug, where values would not refresh
1 parent dc59120 commit f0d3d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatstring/widget/formatstring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ define([
317317
callback: this._loadData
318318
});
319319

320-
dojoArray.forEach(lang.hitch(this.attrList, function (attrObj) {
320+
dojoArray.forEach(this.attrList, lang.hitch(this, function (attrObj) {
321321
this.subscribe({
322322
guid: this._contextObj.getGuid(),
323323
attr: attrObj.attrs,

0 commit comments

Comments
 (0)