Skip to content
Extraits de code Groupes Projets
Valider 9f5147e1 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

refs #3073 save new options in dashboard, so that they are restored

git-svn-id: http://dev.piwik.org/svn/trunk@6242 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent de3c265e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -744,6 +744,9 @@ dataTable.prototype =
self.param.filter_offset = 0;
if (callbackAfterToggle) callbackAfterToggle();
self.reloadAjaxDataTable(true, callbackSuccess);
var data = {};
data[paramName] = self.param[paramName];
self.notifyWidgetParametersChange(domElem, data);
};
};
......@@ -815,6 +818,7 @@ dataTable.prototype =
// when including aggregate rows is enabled, we remove the sorting
// this way, the aggregate rows appear directly before their children
self.param.filter_sort_column = '';
self.notifyWidgetParametersChange(domElem, {filter_sort_column: ''});
}
}));
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter