Summary: | Table settings should apply to multiple subscriptions in the OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Ray Delahunty <r.delahunty> |
Component: | Serials | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to stable --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, i.tortorella, m.de.rooy, patrick.robitaille, paul.derscheid |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22179 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39513 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the display of columns shown for the subscription detail tables in the OPAC, where there are multiple subscriptions for a record. Any changes to the columns were only applied to the first subscription, for all the other subscriptions all the columns were shown (including columns that should have been hidden). (Columns for the subscription tables for the OPAC record details are configured under Administration > Additional parameters > Table settings > OPAC > subscriptionst.)
|
|
Version(s) released in: |
25.05.00,24.11.05
|
Circulation function: | |
Attachments: |
Bug 35202: Table settings should apply to multiple subscriptions in the OPAC
Bug 35202: Table settings should apply to multiple subscriptions in the OPAC Bug 35202: Table settings should apply to multiple subscriptions in the OPAC Bug 35202: Table settings should apply to multiple subscriptions in the OPAC Bug 35202: Table settings should apply to multiple subscriptions in the OPAC |
Description
Ray Delahunty
2023-10-31 14:07:43 UTC
This problem extends to all the fields in table id: subscriptionst, not just the serial_notes. Created attachment 177653 [details] [review] Bug 35202: Table settings should apply to multiple subscriptions in the OPAC This patch updates the bibliographic detail page in the OPAC so that if there are multiple subscriptions attached to one record, each table of issues under the subscriptions tab adheres to the settings defined in Table Settings. To test you should have at least two subscriptions attached to one record, and at least one issue of each subscription. - Apply the patch and view the record in the OPAC. - Under the "Subscriptions" tab there should be separate tables for each subscription, each of them a sortable DataTable. - In the staff interface, go to Administration -> Table settings -> OPAC -> subscriptionst - Select some columns to be hidden by default. - Return to the OPAC and confirm that each subscription table now reflects the change you made in table settings. Sponsored-by: Athens County Public Libraries Created attachment 177660 [details] [review] Bug 35202: Table settings should apply to multiple subscriptions in the OPAC This patch updates the bibliographic detail page in the OPAC so that if there are multiple subscriptions attached to one record, each table of issues under the subscriptions tab adheres to the settings defined in Table Settings. To test you should have at least two subscriptions attached to one record, and at least one issue of each subscription. - Apply the patch and view the record in the OPAC. - Under the "Subscriptions" tab there should be separate tables for each subscription, each of them a sortable DataTable. - In the staff interface, go to Administration -> Table settings -> OPAC -> subscriptionst - Select some columns to be hidden by default. - Return to the OPAC and confirm that each subscription table now reflects the change you made in table settings. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Created attachment 177701 [details] [review] Bug 35202: Table settings should apply to multiple subscriptions in the OPAC This patch updates the bibliographic detail page in the OPAC so that if there are multiple subscriptions attached to one record, each table of issues under the subscriptions tab adheres to the settings defined in Table Settings. To test you should have at least two subscriptions attached to one record, and at least one issue of each subscription. - Apply the patch and view the record in the OPAC. - Under the "Subscriptions" tab there should be separate tables for each subscription, each of them a sortable DataTable. - In the staff interface, go to Administration -> Table settings -> OPAC -> subscriptionst - Select some columns to be hidden by default. - Return to the OPAC and confirm that each subscription table now reflects the change you made in table settings. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Ray Delahunty <lib-systems@arts.ac.uk> *** Bug 22179 has been marked as a duplicate of this bug. *** Created attachment 177926 [details] [review] Bug 35202: Table settings should apply to multiple subscriptions in the OPAC This patch updates the bibliographic detail page in the OPAC so that if there are multiple subscriptions attached to one record, each table of issues under the subscriptions tab adheres to the settings defined in Table Settings. To test you should have at least two subscriptions attached to one record, and at least one issue of each subscription. - Apply the patch and view the record in the OPAC. - Under the "Subscriptions" tab there should be separate tables for each subscription, each of them a sortable DataTable. - In the staff interface, go to Administration -> Table settings -> OPAC -> subscriptionst - Select some columns to be hidden by default. - Return to the OPAC and confirm that each subscription table now reflects the change you made in table settings. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Ray Delahunty <lib-systems@arts.ac.uk> Created attachment 178088 [details] [review] Bug 35202: Table settings should apply to multiple subscriptions in the OPAC This patch updates the bibliographic detail page in the OPAC so that if there are multiple subscriptions attached to one record, each table of issues under the subscriptions tab adheres to the settings defined in Table Settings. To test you should have at least two subscriptions attached to one record, and at least one issue of each subscription. - Apply the patch and view the record in the OPAC. - Under the "Subscriptions" tab there should be separate tables for each subscription, each of them a sortable DataTable. - In the staff interface, go to Administration -> Table settings -> OPAC -> subscriptionst - Select some columns to be hidden by default. - Return to the OPAC and confirm that each subscription table now reflects the change you made in table settings. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Ray Delahunty <lib-systems@arts.ac.uk> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 25.05! Well done everyone, thank you! It would be great if this fix could be added to 24.11 as we move to that version in a month (and we won't be on 25.xx until a year from now). We've also run into this while testing. Seconding the wish for backport. Nice work everyone! Pushed to 24.11.x for 24.11.05 |