Bug 41701 - Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Summary: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-23 20:20 UTC by Owen Leonard
Modified: 2026-01-24 01:53 UTC (History)
0 users

See Also:
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 (3.24 KB, patch)
2026-01-23 20:54 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql (3.28 KB, patch)
2026-01-24 01:53 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>