Bug #44246
closedImage element in tt_content cant be edited in own extension using getSoloField
0%
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.
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- Is Regression set to No
Hi Klaus,
can you try to rephrase the ticket or supply a little more information?
I don't understand it :)
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Mathias Schreiber)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.