https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41468 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Yes, we have this problem on different tables as well. I decided to force the visibility otherwise the column stays hidden when the "config" (here the permission) changes. For instance: Say you have a column that should be shown only if a pref or permission is set If the existing DT's config has it hidden because the config/perm is not set, then it will stay hidden when the config/perm changes. Ideally we should track the two different reasons: "is hidden" because the user decided to explicitly hide the column or because of the configuration. I am not saying that the patch is not correct, but we need to decide what is the correct behaviour, and it's not that trivial IMO. -- You are receiving this mail because: You are watching all bug changes.