webempoweredchurch / wec_sermons

1 stars 0 forks source link

TYPO3 4.7 Issues #12

Open jsegars opened 12 years ago

jsegars commented 12 years ago

In TYPO3 4.7, IRRE records are not loaded properly. Instead, when a record is opened its fields are all blank.

This appears to be related to the bugfix/feature at http://forge.typo3.org/issues/21102 and the way sermons does IRRE through an intermediate table.

The short term workaround is to to remove all foreign_unique references in tca.php

jsegars commented 12 years ago

After a little real world usage, removing foreign_unique is not a good option. Instead, the IRRE records should have the appearance setting for "collapseAll" set to false. This is only a short term workaround but doesn't have have any side effects.