| Summary: | OPACShelfBrowser doesn't show any records in koha 21.05.x | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Hugo Agud <hagud> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers |
| Version: | 21.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Hugo Agud
2021-11-25 07:31:31 UTC
OPACShelfBrowser doesn't show any records, it is being able to launch, and close, but not content is not displayed. Hi Hugo, did it work before and do your items have callnumbers? I have been working on it... and this is it happening because cn_sort is not filled, I have been able to trace how the items has been created.. and has been created via mysql.. then cn sort is empty and koha has a null value at mysql and it is not able to create it. It is not really a bug.. it is because items has been created directly from mysql sorry for misunderstanding You may use /misc/maintenance/touch_all_items.pl Best regards, |