Bug 29439 - Add browse interface to staff client
Summary: Add browse interface to staff client
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-08 20:28 UTC by Nick Clemens (kidclamp)
Modified: 2021-11-09 00:11 UTC (History)
2 users (show)

See Also:
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 (12.23 KB, patch)
2021-11-08 20:30 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.