https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24806 --- Comment #12 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Can we invert this sys pref? Change old ILLOpacbackends to new HideILLOpacbackends HideILLOpacbackends: if empty: does/hides nothing if one/multiple backend: lists all backends except the one(s) listed if all backends: hide all backends For an upgrade script: Retrieve all currently installed backends (not sure how exactly) and retrieve old ILLOpacbackends value, then:
From the retrieved installed backends, get all that are not part of old ILLOpacbackends and set that to the new HideILLOpacbackends
Does the above respond to every use case for this? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.