Bugzilla – Attachment 130112 Details for
Bug 29695
Centralize columns' descriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29695: Remove json files
Bug-29695-Remove-json-files.patch (text/plain), 5.53 KB, created by
Owen Leonard
on 2022-02-02 14:52:53 UTC
(
hide
)
Description:
Bug 29695: Remove json files
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-02-02 14:52:53 UTC
Size:
5.53 KB
patch
obsolete
>From 1f82a8126fe32b7fb26cc61fce775a2020b46abb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 Dec 2021 17:00:59 +0100 >Subject: [PATCH] Bug 29695: Remove json files > >We do no longer need them. > >Test plan: >Confirm that their content are in Koha::Database::Columns > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../modules/admin/preferences/borrowers.json | 59 ------------------- > .../en/modules/admin/preferences/items.json | 46 --------------- > .../admin/preferences/suggestions.json | 14 ----- > 3 files changed, 119 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >deleted file mode 100644 >index a15bcaacf9..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >+++ /dev/null >@@ -1,59 +0,0 @@ >-{ >- "cardnumber": "cardnumber", >- "surname": "surname", >- "firstname": "firstname", >- "title": "title", >- "othernames": "othernames", >- "initials": "initials", >- "streetnumber": "streetnumber", >- "streettype": "streettype", >- "address": "address", >- "address2": "address2", >- "city": "city", >- "state": "state", >- "zipcode": "zipcode", >- "country": "country", >- "email": "email", >- "phone": "phone", >- "mobile": "mobile", >- "fax": "fax", >- "emailpro": "emailpro", >- "phonepro": "phonepro", >- "B_streetnumber": "B_streetnumber", >- "B_streettype": "B_streettype", >- "B_address": "B_address", >- "B_address2": "B_address2", >- "B_city": "B_city", >- "B_state": "B_state", >- "B_zipcode": "B_zipcode", >- "B_country": "B_country", >- "B_email": "B_email", >- "B_phone": "B_phone", >- "dateofbirth": "dateofbirth", >- "dateenrolled": "dateenrolled", >- "dateexpiry": "dateexpiry", >- "branchcode": "branchcode", >- "categorycode": "categorycode", >- "contactname": "contactname", >- "contactfirstname": "contactfirstname", >- "borrowernotes": "borrowernotes", >- "sex": "sex", >- "password": "password", >- "userid": "userid", >- "opacnote": "opacnote", >- "contactnote": "contactnote", >- "altcontactfirstname": "altcontactfirstname", >- "altcontactsurname": "altcontactsurname", >- "altcontactaddress1": "altcontactaddress1", >- "altcontactaddress2": "altcontactaddress2", >- "altcontactaddress3": "altcontactaddress3", >- "altcontactstate": "altcontactstate", >- "altcontactzipcode": "altcontactzipcode", >- "altcontactcountry": "altcontactcountry", >- "altcontactphone": "altcontactphone", >- "smsalertnumber": "smsalertnumber", >- "autorenew_checkouts": "autorenew_checkouts", >- "primary_contact_method": "primary_contact_method", >- "sort1": "sort1", >- "sort2": "sort2" >-} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json >deleted file mode 100644 >index ceec5c9466..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json >+++ /dev/null >@@ -1,46 +0,0 @@ >-{ >- "itemnumber": "itemnumber", >- "biblionumber": "biblionumber", >- "biblioitemnumber": "biblioitemnumber", >- "barcode": "barcode", >- "dateaccessioned": "dateaccessioned", >- "booksellerid": "booksellerid", >- "homebranch": "homebranch", >- "price": "price", >- "replacementprice": "replacementprice", >- "replacementpricedate": "replacementpricedate", >- "datelastborrowed": "datelastborrowed", >- "datelastseen": "datelastseen", >- "stack": "stack", >- "notforloan": "notforloan", >- "damaged": "damaged", >- "damaged_on": "damaged_on", >- "itemlost": "itemlost", >- "itemlost_on": "itemlost_on", >- "withdrawn": "withdrawn", >- "withdrawn_on": "withdrawn_on", >- "itemcallnumber": "itemcallnumber", >- "coded_location_qualifier": "coded_location_qualifier", >- "issues": "issues", >- "renewals": "renewals", >- "reserves": "reserves", >- "restricted": "restricted", >- "itemnotes": "itemnotes", >- "itemnotes_nonpublic": "itemnotes_nonpublic", >- "holdingbranch": "holdingbranch", >- "timestamp": "timestamp", >- "location": "location", >- "permanent_location": "permanent_location", >- "onloan": "onloan", >- "cn_source": "cn_source", >- "cn_sort": "cn_sort", >- "ccode": "ccode", >- "materials": "materials", >- "uri": "uri", >- "itype": "itype", >- "more_subfields_xml": "more_subfields_xml", >- "enumchron": "enumchron", >- "copynumber": "copynumber", >- "stocknumber": "stocknumber", >- "new_status": "new_status" >-} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json >deleted file mode 100644 >index 6eac91b149..0000000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json >+++ /dev/null >@@ -1,14 +0,0 @@ >-{ >- "title": "title", >- "author": "author", >- "copyrightdate": "copyrightdate", >- "isbn": "isbn", >- "publishercode": "publishercode", >- "collectiontitle": "collectiontitle", >- "place": "place", >- "quantity": "quantity", >- "itemtype": "itemtype", >- "branchcode": "branchcode", >- "patronreason": "patronreason", >- "note": "note" >-} >-- >2.20.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 29695
:
128522
|
128523
|
128524
|
128525
|
128526
|
128527
|
128528
|
128529
|
128559
|
128560
|
128561
|
128562
|
128563
|
128564
|
128565
|
130065
|
130066
|
130067
|
130068
|
130069
|
130070
|
130071
|
130107
|
130108
|
130109
|
130110
|
130111
|
130112
|
130113
|
131918
|
131919
|
131920
|
131921
|
131922
|
131923
|
131924
|
131925