Bugzilla – Attachment 178281 Details for
Bug 26684
Remove 'marc' column from auth_header table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26684: Remove marc from Koha::Authority::to_api_mapping
Bug-26684-Remove-marc-from-KohaAuthoritytoapimappi.patch (text/plain), 912 bytes, created by
Marcel de Rooy
on 2025-02-18 14:51:07 UTC
(
hide
)
Description:
Bug 26684: Remove marc from Koha::Authority::to_api_mapping
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-18 14:51:07 UTC
Size:
912 bytes
patch
obsolete
>From 46ebf99da5f02ae871bee89d66ec8bc46ecba8a7 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Sun, 2 Feb 2025 15:24:22 +0000 >Subject: [PATCH] Bug 26684: Remove marc from Koha::Authority::to_api_mapping >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Authority.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Authority.pm b/Koha/Authority.pm >index 65c843408d..6a410ba9e3 100644 >--- a/Koha/Authority.pm >+++ b/Koha/Authority.pm >@@ -303,7 +303,6 @@ sub to_api_mapping { > authtypecode => 'framework_id', > datecreated => 'created_date', > linkid => undef, >- marc => undef, > marcxml => undef, > modification_time => 'modified_date', > origincode => undef, >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26684
:
111670
|
111671
|
111672
|
112016
|
112018
|
112019
|
112087
|
112088
|
112089
|
112090
|
177445
|
177446
|
177447
|
177448
|
177449
|
177450
|
177455
|
177456
|
177457
|
177458
|
177459
|
177460
|
177461
|
177622
|
177623
|
177624
|
177625
|
177626
|
177627
|
178277
|
178278
|
178279
|
178280
| 178281 |
178282
|
178285