Last active
January 13, 2025 12:57
-
-
Save ABooooo/5e5fed89dbfcdaa3c521ea30321af703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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