Bugzilla – Attachment 176882 Details for
Bug 38679
GET /deleted/biblios missing some mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38679: (follow-up) Fix old typos in column names
Bug-38679-follow-up-Fix-old-typos-in-column-names.patch (text/plain), 1.24 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-01-21 19:05:09 UTC
(
hide
)
Description:
Bug 38679: (follow-up) Fix old typos in column names
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-01-21 19:05:09 UTC
Size:
1.24 KB
patch
obsolete
>From 3e9bc02e9eb91eddfd3be306e4c6871f1787575c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 21 Jan 2025 16:02:54 -0300 >Subject: [PATCH] Bug 38679: (follow-up) Fix old typos in column names > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Biblioitem.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Biblioitem.pm b/Koha/Biblioitem.pm >index 9cc3a05ca26..b9058ddd541 100644 >--- a/Koha/Biblioitem.pm >+++ b/Koha/Biblioitem.pm >@@ -40,11 +40,11 @@ sub public_read_list { > return [ > 'volume', 'number', 'isbn', > 'issn', 'ean', 'publicationyear', >- 'publishercode', 'volumedate', 'columedesc', >+ 'publishercode', 'volumedate', 'volumedesc', > 'collectiontitle', 'collectionissn', 'collectionvolume', > 'editionstatement', 'editionresponsibility', 'pages', > 'place', 'lccn', 'url', >- 'cn_source', 'cn_class', 'cn)item', >+ 'cn_source', 'cn_class', 'cn_item', > 'cn_suffix', 'cn_sort', 'agerestriction', > 'totalissues' > ]; >-- >2.48.1
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 38679
:
175378
|
176302
|
176881
|
176882
|
176948
|
176949