Opened 9 years ago
Closed 9 years ago
#695 closed misbehavior (fixed)
tweak field selection
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | global | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
Goals:
ensure called algorithm and selected field fit togetherfinished with [14779]in some cases it's allowed to select a numeric input- or output-field, but the corresponding algorithm is not capable to read or write fields of that type
provide simpler interface for interaction with -selectable fields:[14699]algorithm knows what datatype it wants to write (e.g. BYTE, INT, FLOAT, STRING, …)field selection shall use that datatype and provide the matching fields
allow to create fields on-the-fly[14721]
fix macro problems of field selection[14750]
some field selections use an inputfield (e.g. "Create merged species..") because they intend to write to new fields only[14781]
Change History (3)
comment:1 Changed 9 years ago by westram
- Status changed from new to _started
comment:2 Changed 9 years ago by westram
- Description modified (diff)
comment:3 Changed 9 years ago by westram
- Description modified (diff)
- Resolution set to fixed
- Status changed from _started to closed
Note: See
TracTickets for help on using
tickets.
by [14786]