Skip to content

Commit

Permalink
Add call to addDataRules after processing rules from request
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay Smith committed Jun 25, 2013
1 parent 6d80026 commit 7dc27ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/rerender/Rerender.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ YAHOO
handleMalformedResponse("Error applying new data rule updates: " + e + " : " + dataRules);
return;
}
Toronto.internal.DataRules.addDataRules(dataRules);

// Update data contexts
var dataContextTree = this.rerender._targetWidget.getCurrentDataContext().getDataContextTree();
Expand Down

0 comments on commit 7dc27ae

Please sign in to comment.