| Summary: | Add title notes count in staff detail (following 24530) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Staff interface | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | 1joynelson, gmcharlt |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
20.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | 24530 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 24617: Add number to Descriptions in catalogue detail view
Bug 24617: Add number to Descriptions in catalogue detail view Bug 24617: Add number to Descriptions in catalogue detail view |
||
|
Description
Marcel de Rooy
2020-02-10 08:13:43 UTC
Created attachment 99526 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file. Moving to SO: trivial one liner. Katrin: Please have a look. Created attachment 99527 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file. Won't the count be off if there are notes and MARCNOTES? (In reply to Katrin Fischer from comment #4) > Won't the count be off if there are notes and MARCNOTES? If there are MARCNOTES, the other notes are ignored. Thx, too quick this morning :) Created attachment 99816 [details] [review] Bug 24617: Add number to Descriptions in catalogue detail view Same change as in bug 24530 for OPAC. Only much easier. No trouble from Syndetics. Test plan: Add or remove a few notes from the MARC record (tag 500 etc). Verify the number is correct on the detail page. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested the else part for 'notes' with a [% SET notes = 'test' %] in tt file. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work everyone! Pushed to master for 20.05 enhancement not backported to 19.11.x |