Some libraries need to show the publisheddatetext column in the OPAC. The table is column configurable so we should add it, hidden by default.
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!