Skip to content

Commit

Permalink
refs #3813 widget reload on changing column layout was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Mar 29, 2013
1 parent ab52eb7 commit 5667e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Dashboard/templates/dashboardObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
* @param {String} uniqueId
*/
function reloadWidget(uniqueId) {
$('[widgetId=' + uniqueId + ']', dashboardElement).dashboardWidget('reload');
$('[widgetId=' + uniqueId + ']', dashboardElement).dashboardWidget('reload', false, true);
}

/**
Expand Down

0 comments on commit 5667e91

Please sign in to comment.