http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4104 Summary: tagging records in staff client incomplete Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P5 Component: Staff Client AssignedTo: paul.poulain@biblibre.com ReportedBy: gmcharlt@gmail.com Estimated Hours: 0.0 Change sponsored?: --- Commit 1bed30a2a8ad2d0fc1c013c3615fe1629ebee904, which added the cart to the staff interface, also added the ability to assign bib tags via the staff cart. While allowing catalogers to add tags is desirable, I think this should be removed from HEAD for the following reasons: * It doesn't work - trying to tag a bib via the staff cart fails - admittedly, this is easily fixed * It's incomplete - staff-side tagging ought to be available in the bib details page and search results as well * But for all of that, it's still adding an unnecessary load of tags.js to most staff pages. * The current implementation is has a lot of copy-and-pastitis Consequently, I'd like to remove this from 3.2 and retarget for 3.4. The bits that would be removed include: tags/tags.pl koha-tmpl/intranet-tmpl/prog/en/js/tags.js and references to same -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.