Bug #77209
closedAdapt default RECORDS tables
100%
Description
Hello there,
fluid_styled_content comes shipped with some tables for shortcut records but it's nowhere checked that any of these tables are actually present. This is a huge problem because of the way the content is rendered in the RecodContentObject, since it uses enableFields and then may pass a table name that belongs to no loaded extension and then throws an exception that isn't caugt.
I suggest that the default value is adapted as follows:
styles.content {
// FROM
# cat=content/cShortcut/t0; type=string; label=List of accepted tables
shortcut.tables = tt_content,tt_address,tt_news,tx_news_domain_model_news
// TO
# cat=content/cShortcut/t0; type=string; label=List of accepted tables
shortcut.tables = tt_content
}
tt_content is the only table that is sure to be there all the time.
Extensions that want to have shortcuts should register normally by using:
styles.content.shortcut.tables := addToList(tablename)
Best Regards
Tizian
Updated by Georg Ringer over 8 years ago
- Tracker changed from Feature to Bug
- TYPO3 Version set to 7
- Is Regression set to No
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49248
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49248
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49248
Updated by Georg Ringer over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 17a59626c764330d39400d3aa318cfbe6958dc62.