Ticket #113 (new defect)
Field Name is used rather than Alias in Dictionary XML
| Reported by: | dshuck | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | 1.0 Release | Component: | Reactor - Validator |
| Version: | Severity: | major | |
| Keywords: | spam | Cc: |
Description
Example: I have a DB table named TERRIBLE_FOO_NAME, which I am aliasing as "Foo". When the Dictionary XML is generated, the Name is written instead of the Alias, thereby making keeping the Translated Errors from working properly.
<terrible_foo_name>
<label>TERRIBLE_FOO_NAME</label>
<comment/>
<maxlength>0</maxlength>
<notProvided>The TERRIBLE_FOO_NAME field is required but was not provided.</notProvided>
<invalidType>The TERRIBLE_FOO_NAME field does not contain valid data. This field must be a numeric value.</invalidType>
</terrible_foo_name>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

