Opened 9 years ago
Closed 7 years ago
#83 closed defect (fixed)
chaining filter doesn't works when reading data from file
Reported by: | ymipsl | Owned by: | mhnguyen |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 2.0 | Keywords: | Filter |
Cc: | mhnguyen |
Description
Field reference are not correctly build when data is coming from a file.
<file id="toto" />
<field id="read_field>
</file>
<field id="tmp_field" field_ref="read_field"/>
<field id="final_field" field_ref="tmp_field" />
Data flow value is not transmitted from tmp_field to final_field.
Change History (3)
comment:1 Changed 9 years ago by mhnguyen
- Cc mhnguyen added
- Keywords Filter added
comment:2 Changed 8 years ago by rlacroix
comment:3 Changed 7 years ago by ymipsl
- Resolution set to fixed
- Status changed from new to closed
Fixed
Note: See
TracTickets for help on using
tickets.
I think this issue has been fixed, I'm not sure exactly when though.