https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37110
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Phil Ringnalda <[email protected]> --- Not a bad idea, but it wouldn't and couldn't be like the basic editor's one. That one is deeply tied to calling stuff in Perl that isn't exposed via JS, and triggers a search form that doesn't return records in the form the advanced editor uses. It's also a single form that works from both viewing an existing record and also from the editor, so it limits itself to things that are in the biblio and biblioitems table. And if you look closely at it, it's horribly crufty and fails to do most of the things that parts of the code think they are doing. So implementing something similar for the advanced editor would require a spec for what things we want to prefill from where (getting Standard number out of 024 would be huge for me, replacing DVD/CD/board game records, where I have to copy it and paste into the advanced search modal, unlike ISBN that I can just drag from the record to the search form), and probably a per-user way to configure which ones to prefill, since which you want will not only depend on what's in the record but also on what works with your search targets. -- You are receiving this mail because: You are the assignee for the bug. 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/
