View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001911 | FSSCP | FRED | public | 2009-04-10 05:48 | 2009-05-11 09:00 |
Reporter | FUBAR-BDHR | Assigned To | karajorma | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.6.9 | ||||
Fixed in Version | 3.6.11 | ||||
Summary | 0001911: Argument not listed in add data list for optional fields | ||||
Description | Playing around with jettison-cargo I tried adding <argument> as the optional cargo to jettison. <argument> was not listed. After doing an add data string it did let me replace that field with <argument> | ||||
Additional Information | 3.6.10 RC2. Screenshot of the event in progress attached. | ||||
Tags | No tags attached. | ||||
2009-04-10 05:48
|
|
|
The problem stems from sexp_tree::get_listing_opf. If you're adding data the node you are adding to obviously doesn't exist yet. Which means that current_node evaluates to -1 and then all calls to find_ancestral_argument_number() will fail immediately. I'm a little stumped as to what to do. |
|
Unstumped. Fixed in my branch. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-04-10 05:48 | FUBAR-BDHR | New Issue | |
2009-04-10 05:48 | FUBAR-BDHR | File Added: 1911.jpg | |
2009-04-10 19:01 | karajorma | Status | new => assigned |
2009-04-10 19:01 | karajorma | Assigned To | => karajorma |
2009-04-21 21:34 | karajorma | Note Added: 0010816 | |
2009-04-24 13:01 | karajorma | Note Added: 0010833 | |
2009-05-11 09:00 | karajorma | Status | assigned => resolved |
2009-05-11 09:00 | karajorma | Fixed in Version | => 3.6.11 |
2009-05-11 09:00 | karajorma | Resolution | open => fixed |