Issue Details (XML | Word | Printable)

Key: CONTROLS-35
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Diego Schivo
Reporter: Diego Schivo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Controls for Magnolia CMS

Grid control: freemarker error when column type is not found

Created: 01/Sep/10 15:51   Updated: 01/Sep/10 16:08   Resolved: 01/Sep/10 16:08
Component/s: None
Affects Version/s: 4.1.1
Fix Version/s: 4.1.2


 Description  « Hide

Example: colmap.type = String

Expression gridColumnTypes[colmap.type!'text'] is undefined on line 178, column 9 in dialogs/grid.ftl.
The problematic instruction:
----------
==> ${gridColumnTypes[colmap.type!'text'].drawColumnJs(name, colmap_index, colmap, msgs)} [on line 178, column 7 in dialogs/grid.ftl]
----------


There are no comments yet on this issue.