Bug #33490

Attribute name of "icon(s)" in class.tx_gridelements_layoutsetup.php

Added by Arno Dudek over 1 year ago. Updated over 1 year ago.

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

Revision 4300
Added by Jo Hasenau over 1 year ago

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

Also available in: Atom PDF