Bug #21030
closedlisting content elements should not depend on the 'header' field
0%
Description
when listing content elements it should be checked wether the header field is set or not. if not, at least another check for the bodytext should be done - and displayed.
example: the browse_links function when selecting a content element to create a link inside a page.
especially bigger documents, containing a lot of content elements (that don't need to have a header) become uncontrolable when it comes to inserting links.
but it also would be very comfortable in the list module and wherever else records are listed.
a fast workaround can be done it ttypo3/class.browse_links.php: expandPage()
but i am no great programmer and want to be able to update in the future. (i dont like xclasses either)
i think it would be really easy to add this functionality.
(issue imported from #M11921)