Bug 41701 - Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Summary: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql
Status: Pushed to main
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: Jan Kissig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-23 20:20 UTC by Owen Leonard
Modified: 2026-02-06 22:22 UTC (History)
1 user (show)

See Also:
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 (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
Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql (3.33 KB, patch)
2026-02-04 13:47 UTC, Jan Kissig
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 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