Project

General

Profile

Actions

Bug #27020

closed

Missing inclusion of TCEForms.Suggest with IRRE record

Added by Harald Glaser almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2011-05-24
Due date:
% Done:

100%

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

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.)

Actions #1

Updated by Morten Haggren over 12 years ago

4.5 is also affected ( up to and including 4.5.6 and presumably higher )

Actions #2

Updated by BIDAU Ismaël about 12 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

Actions #3

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

Actions #4

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

Actions #5

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

Actions #6

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

Actions #7

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

Actions #8

Updated by Nicole Cordes almost 12 years ago

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

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

Actions #10

Updated by Nicole Cordes over 11 years ago

  • Status changed from Under Review to Resolved
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF