Project

General

Profile

Actions

Bug #77209

closed

Adapt default RECORDS tables

Added by Tizian Schmidlin almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Start date:
2016-07-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Georg Ringer almost 8 years ago

  • Tracker changed from Feature to Bug
  • TYPO3 Version set to 7
  • Is Regression set to No
Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Georg Ringer almost 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF