Bugzilla – Attachment 41800 Details for
Bug 14510
Allow column visibility in additem.pl to be customized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14510: (QA followup) Add more columns, resort
Bug-14510-QA-followup-Add-more-columns-resort.patch (text/plain), 3.75 KB, created by
Jesse Weaver
on 2015-08-21 20:08:08 UTC
(
hide
)
Description:
Bug 14510: (QA followup) Add more columns, resort
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2015-08-21 20:08:08 UTC
Size:
3.75 KB
patch
obsolete
>From e971dd78a7555c0f26654da9b38795969ccc66e6 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Thu, 6 Aug 2015 12:48:07 -0600 >Subject: [PATCH] Bug 14510: (QA followup) Add more columns, resort > >Per a conversation with Jonathan Druart, add all columns that could be >reasonably mapped, and order them the same as in kohastructure.sql. >--- > admin/columns_settings.yml | 69 +++++++++++++++++++++------------------------- > 1 file changed, 32 insertions(+), 37 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index dd0bd35..670982a 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -86,78 +86,73 @@ modules: > cataloguing: > additem: > itemst: >- # NOTE: These columns are selected from the non-hidden columns that have mappings to MARC >- # subfields in the default MARC21 framework (and can thus be displayed in the item editor). >+ # NOTE: These columns are in the same order as kohastructure.sql, and contain all items >+ # columns except for the following internal/obsolete fields: stack, more_subfields_xml, >+ # cn_sort, permanent_location, itemlost_on, withdrawn_on, issues, renewals and reserves. > - >- columnname: withdrawn >+ columnname: barcode > - >- columnname: itemlost >+ columnname: dateaccessioned > - >- columnname: cn_source >+ columnname: booksellerid > - >- columnname: materials >+ columnname: homebranch > - >- columnname: damaged >+ columnname: price > - >- columnname: restricted >+ columnname: replacementprice > - >- columnname: cn_sort >+ columnname: replacementpricedate > - >- columnname: notforloan >+ columnname: datelastborrowed > - >- columnname: ccode >+ columnname: datelastseen > - >- columnname: itemnumber >+ columnname: stack > - >- columnname: homebranch >+ columnname: notforloan > - >- columnname: holdingbranch >+ columnname: damaged > - >- columnname: location >+ columnname: itemlost > - >- columnname: dateaccessioned >+ columnname: withdrawn > - >- columnname: booksellerid >+ columnname: itemcallnumber > - > columnname: coded_location_qualifier > - >- columnname: price >- - >- columnname: enumchron >- - >- columnname: stocknumber >+ columnname: restricted > - >- columnname: stack >+ columnname: itemnotes > - >- columnname: issues >+ columnname: itemnotes_nonpublic > - >- columnname: renewals >+ columnname: holdingbranch > - >- columnname: reserves >+ columnname: paidfor > - >- columnname: itemcallnumber >+ columnname: timestamp > - >- columnname: barcode >+ columnname: location > - > columnname: onloan > - >- columnname: datelastseen >+ columnname: cn_source > - >- columnname: datelastborrowed >+ columnname: ccode > - >- columnname: copynumber >+ columnname: materials > - > columnname: uri > - >- columnname: replacementprice >- - >- columnname: replacementpricedate >+ columnname: itype > - >- columnname: itemnotes_nonpublic >+ columnname: enumchron > - >- columnname: itype >+ columnname: copynumber > - >- columnname: itemnotes >+ columnname: stocknumber > > members: > member: >-- >2.5.0
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 14510
:
40977
|
41418
|
41419
|
41800
|
42353
|
42379
|
42624
|
42628
|
42629
|
42630
|
42631
|
42632
|
42633