Bug #27020
closedMissing inclusion of TCEForms.Suggest with IRRE record
100%
Description
Under certain conditions TCEForms.Suggest breaks inline records:
Setup:
- parent record contains no Suggest-Wizards
- a child record is embedded as inline record
- this child record uses the suggest wizard for at least one field
Example: in my case tt_news is extended by one inline field to include arbitrary tt_content-records (where the field "pages" uses the suggest-wizard)
Behaviour:
- when executing the JS-commands of the irre record, execution stops at the line "var [objname] = new TCEForms.Suggest(...);"
- thus field initialisation is not performed (typo3form.fieldSet is never called for the fields of the irre record)
Typo3-Versions affected:
tested in 4.4.6, 4.4.7, 4.4.8
(I suppose every version with suggest-wizard is affected.)