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: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
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 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
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

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
Created attachment 191992 [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
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>