Summary: | Authorities browsing error when using auth. plugins | ||
---|---|---|---|
Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
Component: | Templates | Assignee: | Janusz Kaczmarek <januszop> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, f.demians |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 5917 | ||
Attachments: |
A screenshot illustrating the problem
Proposed patch Signed-off patch |
Created attachment 4365 [details] [review] Proposed patch I confirm the solution. On my test UNIMARC installation, I haven't an error 500 but I have a wrong result pages navigation bar which doesn't limit search result on the selected authority type. Created attachment 4368 [details] [review] Signed-off patch TT bug, pushed please test |
Created attachment 4364 [details] A screenshot illustrating the problem The problem is as follows: 1. Add new record 2. Go to a field controlled by authority 3. Click on ... 4. Search for such a term to get many results 5. Try to browse to next page The result should be Error 500, as on the attached screenshot. (Tested on UNIMARC with 606). This is due to erroneous variable prefixing in transition to T::T. A patch will come.