https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28743
--- Comment #5 from Michael Hafen <[email protected]> --- (In reply to David Cook from comment #2) > The title of this report doesn't make sense. Bibliographic records don't > belong to library branches. > > Also, blocking based on homebranch of items that belong to the record > doesn't make sense. You'd block modifications of bib records as soon as an > item is added for another branch. Branch A might add the bib record, but > then if Branch B adds an item, Branch A won't be able to edit the bib record > that they added. I could see that being frustrating. > > But I can also see it being frustrating to have a different branch change a > bib record that you're using. Hmm... This is a pit-fall with IndependantBranches. As you observe it is frustrating to not be able to change a record, but also frustrating to have someone else change a record you are using. I have a little fork (patch submitted on another enhancement) that hides items from other libraries, so we don't even know when someone else is using a record. Our solution was this; since we can't see when a record is shared we will block changes to those records. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
