https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35211
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #22 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Eric Garcia from comment #21) > Created attachment 183968 [details] [review] > Bug 35211: Fixed count on logged in holdings I'm seeing some odd behavior now. Testing with the same setup described above (6 items on bib 344, group of F libraries). With: SeparateHoldings = Separate, SeparateHoldingsByGroup = Separate, SeparateHoldingsBranch = Home, logged in at Fairfield: I don't get a group holdings tab, just local and Other. The two non-local group items are not displayed at all With: SeparateHoldings = Separate, SeparateHoldingsByGroup = Separate, SeparateHoldingsBranch = Holding, logged in at Fairfield: No local tab, no group tab. There is not a tab selected at page load. The Other holdings tab shows a count of 4 but actually lists all 6 items. With apologies for being slow to think of this, but I don't think SeparateHoldingsByGroup can be coded to always go by homebranch; it should also follow SeparateHoldingsBranch. That further suggests these three sysprefs should get grouped together and rephrased a bit. Maybe: [Don't separate/Separate] items held by the user's logged-in library into the first tab of the items display. [Don't separate/Separate] items held by other libraries in a staff search group with the user's logged-in library into the next tab of the items display. The final tab will contain all other items. Use the items' [holding library/homelibrary] for determining these groupings. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
