Bug #33490
Attribute name of "icon(s)" in class.tx_gridelements_layoutsetup.php
| Status: | Resolved | Start date: | 2012-01-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Jo Hasenau | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
Hi!
I'm just syncronize the extension with the repository and dedected that there is a bug for TSconfig.
bevore class.tx_gridelements_layoutsetup.php line 237
$item['icon'] = $icons;
now class.tx_gridelements_layoutsetup.php line 237
$item['icons'] = $icons;
The TSconfig will be merged with the grid record. In the grid record the field called icon. So there will be two fields and in the new record wizard the icon is missing.
The field icon in the record table can have more than one image, perhaps the record field sould be renamed to icons. But one of them must be changed again.
lg arno
Associated revisions
Fix for issue #33490
History
Updated by Jo Hasenau over 1 year ago
- Status changed from New to Resolved
- Assignee set to Jo Hasenau
Fixed in current trunk