Actions
Bug #44246
closedImage element in tt_content cant be edited in own extension using getSoloField
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since Typo3 6.0 and the introduction of the new FAL the method getSoloField on an image object of the tt_content table wont work properly. It displays the correct images, but all buttons and links wont work (wrong links to the ajax script at least, perhaps more problems).
So e.g.
$form .= $this->form->getSoloField($table,$dataArr[$table.'_'.$uid],$field);
where $field is "image" and, $table is "tt_content" wont work.
Actions