---- Reported by nengard@gmail.com 2010-02-11 15:31:01 ---- When using the Keyword Mapping administration page there is no way to know what keywords to use for the field name. A look at the code shows that 'subtitle' is the only one so far - but as more are added there should be a pull down or a way to know what keywords you can use in the field. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:23 UTC --- This bug was previously known as _bug_ 4166 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4166 Actual time not defined. Setting to 0.0
Changing severity, since without any keyword mappings for subtitle most pages won't show it.
I did a search for GetRecordValue and found one place with other values than 'subtitle'. (BTW: I did not find any calls to GetRecordValue where the first parameter was a variable.) C4\HoldsQueue.pm sub GetHoldsQueueItems Line 141: $row->{parts} = GetRecordValue('parts',$record,'')->[0]->{subfield}; Line 142: $row->{numbers} = GetRecordValue('numbers',$record,'')->[0]->{subfield}; GetHoldQueItems then is used in circ\view_holdsqueue.pl But the values 'parts' and 'numbers' are not used in view_holdsque.tt With other words we have: 'subtitle': used at many places 'parts': not (yet?) used 'numbers': not (yet?) used
As of bug 11528 the keyword to marc mapping feature has been removed. This makes this bug a WONTFIX.