Changeset 20679 for gsdl/trunk


Ignore:
Timestamp:
2009-09-23T12:04:55+12:00 (15 years ago)
Author:
mdewsnip
Message:

Fixed up types of partition_type_within_level and partition_size_within_level options -- these need to be strings because they allow values for each level to be specified, separated by '/'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/classify/List.pm

    r20653 r20679  
    7979      { 'name' => "partition_type_within_level",
    8080    'desc' => "{List.partition_type_within_level}",
    81     'type' => "enum",
     81    'type' => "enumstring",  # Must be enumstring because multiple values can be specified (separated by '/')
    8282    'list' => $partition_type_list,
    8383    'deft' => "per_letter" },
    8484      { 'name' => "partition_size_within_level",
    8585    'desc' => "{List.partition_size_within_level}",
    86     'type' => "int",
    87     'range' => "1,",
    88     'deft' => "39" },
     86    'type' => "string" },  # Must be string because multiple values can be specified (separated by '/')
    8987      { 'name' => "partition_name_length",
    9088    'desc' => "{List.partition_name_length}",
Note: See TracChangeset for help on using the changeset viewer.