Actions
Feature #23655
closedt3lib_iconWorks is less flexible in mapping Icons to record rows
Start date:
2010-09-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
If you try to map record-icons on complex records, wih probably many different record icons your tca may mess up.
Provide the possiblity to set up an mask, how to create srpite-icon-classes from type and for real individual scenario a userfunc processing it.
For example: adding new flags wuld result in 246 Rows in tca for icon mapping, basically just adding a line for "flags-ISOCODE" 246 times...
this patch reduces this to one line 'mask' => 'flags-###TYPE###'
(issue imported from #M15869)
Actions