https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38079 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa@montgomeryc | |ountymd.gov --- Comment #11 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- (In reply to David Nind from comment #10)
It doesn't seem to be working correctly for me:
1. I added several more items, and changed the data for items with different library branches, and item types, and checked some items out
2. If I set the default order in the table settings, it seems to choose another column to sort by, for example: . holdings_lastseen ==> sorts by Renewals . holdings_holdingbranch ==> Home library . holdings_itype ==> Current library . holdings_barcode ==> Copy number (had to change the columns to display)
Hmmm, this sounds similar to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568#c66:
3. If StaffDetailItemSelection and/or LocalCoverImages is turned off, the alignment of the drop-down filters for the other columns is offset by 1 for each of the two sysprefs that is disabled Example: StaffDetailItemSelection is enabled; LocalCoverImages is disabled. The first 5 columns are the selection column, Item Type, Current Library, Home Library, Collection. Item Type has a text filter instead of a drop-down. Current Library has a drop-down, but it contains Item Type values (and is thus useless). Home Library has a drop-down containing branch names (but this is presumably still shifted from Current Library) Collection has a drop-down containing branch names (again, useless) ** If the cover images column is hidden, but not disabled by syspref, the offset does not occur.
Which was fixed by commit a767e15c74bd63f4eed51beee982fc5ddd468a02: Fix columns shift when pref are off Is the same thing happening here? -- You are receiving this mail because: You are watching all bug changes.