Bug #1051
TableController: fix view column names
Status: | CLOSED | Start date: | 04/18/2012 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | v1.5.0 | |||
Security class: | Resolution: | NOTABUG | ||
Affected version: | DEV4 | NEEDINFO: |
Description
Use view variable names for columns instead of datasource prop names.
Related issues
History
#1 Updated by Davide Principi over 9 years ago
Start date set to DEV4 release date
#2 Updated by Davide Principi over 9 years ago
- Priority changed from Normal to Urgent
#3 Updated by Davide Principi over 9 years ago
- Status changed from NEW to 8
- % Done changed from 0 to 100
Parameter/view name can be mapped to the prop name by adding the 4th array element:
.. array('Description', Validate::ANYTHING, \Nethgui\Controller\Table\Modify::FIELD, 'Comment'), ..
In this case, Description is the parameter name and Comment is the corresponding prop name.
#5 Updated by Davide Principi over 7 years ago
- Target version deleted (
DEV103)