Opened 14 years ago

Closed 14 years ago

#688 closed defect (fixed)

numeric partition names don't work

Reported by: kjdon Owned by: kjdon
Priority: moderate Milestone: 2.84 Release
Component: Collection Building Severity: major
Keywords: Cc:

Description

using filters called, eg 2001, 2002, and then building partitions on these, results in a subcollectionmap like 2001->20, 2002->21

Then, we you generate the subcoll section macro, _jselection_, it has inside <option name="21">_21_ This _21_ is thought to be a parameter reference to something passed in. So, it appears that macros cannot call other macros inside that are numeric.

We need to modify the mapping list for the subcollection (and index) so that numeric shortnames are not used.

Change History (1)

comment:1 by kjdon, 14 years ago

Resolution: fixed
Status: newclosed

process_field in basebuilder modified so that digit only short names are not produced.

Note: See TracTickets for help on using tickets.