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.)
Updated by Morten Haggren almost 13 years ago
4.5 is also affected ( up to and including 4.5.6 and presumably higher )
Updated by BIDAU Ismaël almost 13 years ago
Same problem with 4.6.3
Solution : class.t3lib_tceforms.php comment lines 5440 and 5443 to always load t3lib/js/jsfunc.tceforms_suggest.js
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10831
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10831
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/11820
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/11821
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/11822
Updated by Nicole Cordes over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ee53e8512e73bebad0312afc865287db6497becf.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13175
Updated by Nicole Cordes about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset cfb6838273ba13b4df93a4855f27914cb7eda73f.