Bug 41701

Summary: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Architecture, internals, and plumbingAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Jan Kissig <bibliothek>
Severity: normal    
Priority: P5 - low CC: bibliothek
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: Sponsored Comma delimited list of Sponsors: Athens County Public Libraries
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
26.05.00
Circulation function:
Attachments: Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql

Description Owen Leonard 2026-01-23 20:20:44 UTC
The definition of OAI-PMH:DeletedRecord in sysprefs.sql has the the options and explanation columns swapped
Comment 1 Owen Leonard 2026-01-23 20:54:23 UTC Comment hidden (obsolete)
Comment 2 David Nind 2026-01-24 01:53:05 UTC
Created attachment 191997 [details] [review]
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql

This patch updates the definition of the OAI-PMH:DeletedRecord
preference in sysprefs.sql, correcting the switched options and
explanation columns.

To test, apply the patch and run updatedatabase. Check that the database
has been updated correctly:

SELECT `options`, `explanation` FROM `systempreferences` WHERE
`variable` = 'OAI-PMH:DeletedRecord';

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Jan Kissig 2026-02-04 13:47:45 UTC
Created attachment 192460 [details] [review]
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql

This patch updates the definition of the OAI-PMH:DeletedRecord
preference in sysprefs.sql, correcting the switched options and
explanation columns.

To test, apply the patch and run updatedatabase. Check that the database
has been updated correctly:

SELECT `options`, `explanation` FROM `systempreferences` WHERE
`variable` = 'OAI-PMH:DeletedRecord';

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jan Kissig <bibliothek@th-wildau.de>
Comment 4 Lucas Gass (lukeg) 2026-02-06 22:22:13 UTC
Nice work everyone!

Pushed to main for 26.05