Save filter params to sessionStorage for orders list

- Use sessionStorage to save the filters params each time a filter is modified
This commit is contained in:
Jean-Baptiste Bellet
2021-05-20 15:12:24 +02:00
parent 088ae496cc
commit c5a2d183d8
7 changed files with 55 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
window.OFNShared = angular.module("OFNShared", [
"mm.foundation"
"mm.foundation",
"LocalStorageModule"
]).config ($httpProvider) ->
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"