]> git.koha-community.org Git - koha.git/commit
Bug 33484: Always save but restore on demand only
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Oct 2024 11:35:34 +0000 (13:35 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 28 Oct 2024 16:10:15 +0000 (17:10 +0100)
commit4e105924c3e03aa9ca93d4f7bf936bc85c7cb33e
tree83286d3d932f519747c419be8127e09975f3ca87
parente5f172feb8cd144fdcd917034366e1ef07b9df71
Bug 33484: Always save but restore on demand only

And remove get_columns_saved_state. I am not sure this what really
helpful, maybe in case the yml or config in the DB changed, but I don't
think we should complicate the code. If something is wrong, logout to
clear localStorage...
We will see later if we really need it.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc
koha-tmpl/intranet-tmpl/prog/js/datatables.js
koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue