From f3fd4299b0c98b6db458d9693aa22b0b5dbc9498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= Date: Fri, 23 Jan 2026 11:38:35 -0300 Subject: [PATCH] Bug 41682: Add ApiKeyLog description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This particular case already introduced discrepancies. Fixing. Signed-off-by: Tomás Cohen Arazi --- installer/data/mysql/atomicupdate/bug_41682.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/atomicupdate/bug_41682.pl b/installer/data/mysql/atomicupdate/bug_41682.pl index 8f2450ee00..388f850134 100755 --- a/installer/data/mysql/atomicupdate/bug_41682.pl +++ b/installer/data/mysql/atomicupdate/bug_41682.pl @@ -31,6 +31,7 @@ return { AdvancedSearchLanguages => q{ISO 639-2 codes of languages you wish to see appear as an Advanced search option. Example: eng|fre|ita}, AllowMultipleIssuesOnABiblio => q{Allow/Don't allow patrons to check out multiple items from one biblio}, + ApiKeyLog => q{If enabled, log API key actions (create, revoke, activate, delete)}, Babeltheque => q{Turn ON Babeltheque content - See babeltheque.com to subscribe to this service}, BlockExpiredPatronOpacActions => q{Specific actions expired patrons of this category are blocked from performing. OPAC actions blocked based on the patron category take priority over this preference.}, -- 2.50.1 (Apple Git-155)