Bugzilla – Attachment 135494 Details for
Bug 30871
Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30871: Add notes in advanced cataloging editor
Bug-30871-Add-notes-in-advanced-cataloging-editor.patch (text/plain), 2.36 KB, created by
Nick Clemens (kidclamp)
on 2022-05-31 13:04:25 UTC
(
hide
)
Description:
Bug 30871: Add notes in advanced cataloging editor
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-05-31 13:04:25 UTC
Size:
2.36 KB
patch
obsolete
>From 0c46e046125a99fbf0d7c363103d40944d7b83a5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 31 May 2022 13:01:59 +0000 >Subject: [PATCH] Bug 30871: Add notes in advanced cataloging editor > >This is the same as preevious patch, but for advanced cataloging editor > >To test: >1 - Enable EnableAdvancedCatalogingEditor >2 - Create a new record in advanced edtior >3 - Hover over leader6 and 008 type >4 - Confirm notes are useful >--- > koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js | 2 +- > .../intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js >index 2f60856aac..da88ad1b75 100644 >--- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js >+++ b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/widget.js >@@ -111,7 +111,7 @@ define( [ 'resources' ], function( Resources ) { > > return Resources[resourceId].done( function( xml ) { > $(widget.node).find('.widget-loading').remove(); >- var $matSelect = $('<select class="material-select"></select>').appendTo(widget.node); >+ var $matSelect = $('<select class="material-select" title="Type of material. Default controlled by Leader/06"></select>').appendTo(widget.node); > var $contents = $('<span class="material-contents"/>').appendTo(widget.node); > var materialInfo = {}; > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >index 701da251c4..340c2a2487 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-widgets-marc21.inc >@@ -8,7 +8,7 @@ > <option value="n">n - New</option> > <option value="p">p - Increase in encoding level from prepublication</option> > </select> >- <select name="f6" title="Type of record"> >+ <select name="f6" title="Type of record. Controls default type of 008 field."> > <option value="a">a - Language material</option> > <option value="c">c - Notated music</option> > <option value="d">d - Manuscript notated music</option> >-- >2.30.2
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 30871
:
135493
|
135494
|
135517
|
135518
|
136147
|
136148