https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352 --- Comment #14 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #12)
(In reply to Jonathan Druart from comment #11)
(In reply to Nick Clemens from comment #10) I do not understand what you mean.
Sorry, what I meant is that you cannot directly search the catalog logs for an itemnumber - you must now enter the biblionumber
- Have an itemnumber that is a biblionumber and one that isn't - Browse to Tools -> Log viewer - Enter the itemnumber in the 'Object' field, select 'Catalog' module - Submit - If the itemnumber is a biblio you get the mod log for the biblio (which may not contain your item) - If the itemnumber is not a biblio you get 'No log found...'
We fix the links, but not general searching. Possibly a radio button to choose item/biblionumber if searching catalog? I don't really like that there is magic happening for a cataloging log search
Thanks for the suggestion but I would prefer to avoid adding a new box on the form and play with JS code. I picked the lazy approach, but will fix your concern. -- You are receiving this mail because: You are watching all bug changes.