Summary: | Add "Publication date (text)" column to table of subscriptions in the OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Pushed to main --- | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement adds a new column to the subscription table in the OPAC which displays the information in the serial.publisheddatetext column.
|
|
Version(s) released in: |
25.05.00
|
Circulation function: | |
Attachments: |
Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst
Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst |
Description
Lucas Gass (lukeg)
2024-12-13 20:19:19 UTC
Created attachment 175470 [details] [review] Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst 1. Have or create an item with a serial subscription on it. 2. When receiving make sure you add some publisheddatetext ( Publication date text ) 3. Have a look at the record in the OPAC. 4. In the subscrptions tab there is no 'Publication date text' column. 5. APPLY PATCH and restart_all. 6. Still no 'Publication date text' column is visible. 7. Go to Administration > Table settings 8. Expose the column 9. Reload the OPAC page, you should see the new column. Note: The publisheddatetext column does show up in the subscription’s “full history” table on the OPAC side, but I’m hoping to have a little more customization of the initial table so that people don’t have to go digging for it. Created attachment 175496 [details] [review] Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst 1. Have or create an item with a serial subscription on it. 2. When receiving make sure you add some publisheddatetext ( Publication date text ) 3. Have a look at the record in the OPAC. 4. In the subscrptions tab there is no 'Publication date text' column. 5. APPLY PATCH and restart_all. 6. Still no 'Publication date text' column is visible. 7. Go to Administration > Table settings 8. Expose the column 9. Reload the OPAC page, you should see the new column. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Not blocker as it's not introduced by this patch, but this looks like an inconsistency: opac-detail Publication date Publication date (text) subscription-detail.tt Published date Published date (text) Created attachment 176592 [details] [review] Bug 38705: Add serial.publisheddatetext column to OPAC subscriptionst 1. Have or create an item with a serial subscription on it. 2. When receiving make sure you add some publisheddatetext ( Publication date text ) 3. Have a look at the record in the OPAC. 4. In the subscrptions tab there is no 'Publication date text' column. 5. APPLY PATCH and restart_all. 6. Still no 'Publication date text' column is visible. 7. Go to Administration > Table settings 8. Expose the column 9. Reload the OPAC page, you should see the new column. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed for 25.05! Well done everyone, thank you! |