Ignore:
Timestamp:
2009-05-27T16:01:33+12:00 (15 years ago)
Author:
kjdon
Message:

metadata type options don't work properly in GLI - language dependent display names are being used instead of canonical metadata name. Have made them strings until we can fix that

Location:
gsdl/trunk/bin/script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/export.pl

    r18660 r19625  
    194194      { 'name' => "OIDmetadata",
    195195    'desc' => "{import.OIDmetadata}",
    196     'type' => "metadata",
     196    'type' => "string",
     197    #'type' => "metadata", #doesn't work properly in GLI
    197198    'deft' => "dc.Identifier",
    198199    'reqd' => "no",
  • gsdl/trunk/bin/script/import.pl

    r19500 r19625  
    196196      { 'name' => "OIDmetadata",
    197197    'desc' => "{import.OIDmetadata}",
    198     'type' => "metadata",
     198    'type' => "string",
     199    # 'type' => "metadata", #doesn't work properly in GLI
    199200    # parsearg left "" as default
    200201    #'deft' => "dc.Identifier",
     
    209210      { 'name' => "sortmeta",
    210211    'desc' => "{import.sortmeta}",
    211     'type' => "metadata",
     212    'type' => "string",
     213    #'type' => "metadata", #doesn't work properly in GLI
    212214    'reqd' => "no",
    213215    'modegli' => "2" },
Note: See TracChangeset for help on using the changeset viewer.