https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20718 --- Comment #17 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #16)
Hi Kyle,
are staff lists private (only visible in staff) or are they public (visible in the OPAC as well)?
They are private, available only to staff.
I am wondering if the option is in the right field or should not be a checkbox. Maybe if we leave it in the pulldown, we could change it up a little so it's clear what will happen.
I don't see any problem with that, but it would add a lot of complication to the code and require altering the database schema which I've tried to avoid doing.
Does the staff type affect what happens when the list is deleted? Is the list still tied to the owner or is the type enough and borrowernumber could be NULLed?
If the owning staff member is deleted, the list is deleted. I see no reason that we could not null the owner! -- You are receiving this mail because: You are watching all bug changes.