Opened 14 years ago
Closed 13 years ago
#511 closed defect (fixed)
plguin and classifier metadata args
Reported by: | kjdon | Owned by: | kjdon |
---|---|---|---|
Priority: | moderate | Milestone: | 2.84 Release |
Component: | GLI | Severity: | major |
Keywords: | Cc: |
Description
In GLI, plugin and classifier arguments that contain metadata names are different between display in GLI and in the config file. In the display they use ex. for extracted metadata, and this is stripped off for the config file.
However, when its read back in, currently we only look at the -metadata argument for classifiers to find places that we need to add ex. back in.
But other args can contain metadata (-OIDmetadata, -sort etc) and these are left without ex. in GLI.
Can we fix this??
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
Milestone: | Greenstone 2 wishlist → 2.84 Release |
---|---|
Owner: | changed from | to
Status: | new → assigned |
I think this is fixed. check.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The config file can now handle ex.Title etc, so no conversion needs to be done to add/remove ex.
This could be related to ticket #403.