]> git.koha-community.org Git - koha.git/commit
Bug 37972: Allow selection of tab in patron's summary table by query param
authorPaul Derscheid <paul.derscheid@lmscloud.de>
Fri, 20 Sep 2024 13:41:26 +0000 (13:41 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 10:26:08 +0000 (12:26 +0200)
commit43f47881a7bf65ba6d0875598397a373a184a1ca
tree89a758633791cf8410fb2ee096eadbed3012ab36
parenta52a5808105d858945719f6eb958594596814e62
Bug 37972: Allow selection of tab in patron's summary table by query param

To test:
1) Apply the patch
2) Place a hold on any biblio with the 'koha' patron for example
3) Authenticate in the OPAC with the patron you picked in step 1
4) Open opac-user.pl with the query param 'tab': /cgi-bin/koha/opac-user.pl?tab=opac-user-holds
5) Note that the holds tab in the patron's user summary is automatically selected
6) Sign-off

I'm totally open to renaming the query param, so if you have a suggestion that's more consistent
with the rest of koha, I'm all ears.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
opac/opac-user.pl