Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Last active January 13, 2025 12:57
Show Gist options
  • Save ABooooo/5e5fed89dbfcdaa3c521ea30321af703 to your computer and use it in GitHub Desktop.
Save ABooooo/5e5fed89dbfcdaa3c521ea30321af703 to your computer and use it in GitHub Desktop.
oninit: function () {
// set default filter on init
var orderStatus = SSIurlModul.getKey('ORDST');
if (!orderStatus) {
SSIurlModul.set("ORDST", "15,17,20,21,30,31,35,40,41,42,43");
};
},
oncomplete: function () {
// re-init filter to set default values
SSI.portal.init();
//this.load();
//this.loadStats();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment