Bug #58
Mapping should be to the id, not the uiName of the target
| Status: | Closed | Start: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | Cambell Prince | % Done: | 0% |
|
| Category: | application | Spent time: | - | |
| Target version: | V0.08.0 (first working: MAD) | |||
| Resolution: | fixed |
Description
e.g.
<Mappings>
<string>Category (Part Of Speech)</string>
<string xsi:nil="true" />
</Mappings>
Could be something like
<Mappings>
<mapping target="FLEx" id="pos"/>
</Mappings>
History
Updated by Mark - almost 5 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed in r137