Ticket #239 (closed defect: fixed)
form draft generator - no translation support for edit links
| Reported by: | netcentrica | Owned by: | somebody |
|---|---|---|---|
| Priority: | important | Milestone: | 1.0.1 |
| Component: | Codegen | Version: | 1.0.0 RC2 |
| Keywords: | edit link hard coded | Cc: |
Description
Hello
Form drafts are generated with 'edit' links, and that 'edit' links are hard-coded and are not passed by translation function so its impossible to automatically translate form to other language.
Example of generated form code:
$this->dtgDepartments->MetaAddEditLinkColumn?($strEditPageUrl, 'Edit', 'Edit');
should be rather something like:
$this->dtgDepartments->MetaAddEditLinkColumn?($strEditPageUrl, translate('Edit'), translate('Edit'));
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
