Bug 29439

Summary: Add browse interface to staff client
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, victor
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27200
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14567
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 29439: WIP

Description Nick Clemens (kidclamp) 2021-11-08 20:28:33 UTC
We should port the browse interface form the OPAC to the staff client
Comment 1 Nick Clemens (kidclamp) 2021-11-08 20:30:17 UTC
Created attachment 127459 [details] [review]
Bug 29439: WIP

This is a copy and paste to get a 'working' start

Needs updates for styling/code/etc
Comment 2 Victor Grousset/tuxayo 2021-11-09 00:11:53 UTC
As for refining the working start, would includes be a good way to share the code between staff and OPAC?

For the .pl controller, is that simple for the OPAC one to call the staff one?

It might be tricky about permissions though. I wonder what would be the other traps that could prevent any deduplication.