Hi, Kantime!
I’ll take a look at this!
Hi, Kantime!
I’ll take a look at this!
@Kantime, it was a bug introduced by https://github.com/kanboard/kanboard/pull/4502.
All settings like hidden columns, hidden swimlanes are being lost due to this change.
I’ve submitted a pull request with the fix: https://github.com/kanboard/kanboard/pull/4555
If you want to fix your current installation without having to wait to next release, open your assets/js/app.min.js
file, search for localStorage.clear
and replace it with localStorage.removeItem
.
Or you can download the minified js file from 1.2.15 with the fix from here: https://hastebin.com/raw/uhaqiwetip and save it to assets/js/app.min.js
Hi Rafael !
I’m impressed !
Thank you again for all your help