Bug #62133
closedContentelement Wizard and TSConfig misbehaviour
0%
Description
The content element wizard ignores the CType textpic when using TSConfig TCEFORM.tt_content.CType.keepItems = textpic
This bug is already solved (see: #23864), but the patch was only applied for 6.1.
Updated by Kaan Sanli about 10 years ago
I've just seen, that there already has been a patch for 6.2 ([[https://review.typo3.org/#/c/27588/]]), but the bug is occurring again (tested in 6.2.5).
So, is this a regression?
Updated by Markus Klein about 10 years ago
Did you try TCEFORM.tt_content.ctype.keepItems ?
Updated by Kaan Sanli about 10 years ago
I've tried the above, but this is ignored.
If I use
TCEFORM.tt_content.CType.keepItems = text,textpic,17
the contentelement wizard shows me the items for text and textpic.
Updated by Markus Klein about 10 years ago
Ok, thanks for trying.
To summarize:
working
TCEFORM.tt_content.CType.keepItems = text,textpic
not working
TCEFORM.tt_content.CType.keepItems = text,textpic,17 # Element 17 is missing TCEFORM.tt_content.CType.keepItems = textpic # No element is shown
Please correct me, if this is wrong.
Updated by Kaan Sanli about 10 years ago
I have found the reson, why this bug is occurring in my installation.
First of all, the applied patch for 6.2 works fine
TCEFORM.tt_content.CType.keepItems = text,textpic
I can choose text and textpic
But in my page TSConfig I use
TCEFORM.tt_content.imageorient.keepItems = 0,25,26
to keep only some types of imageorient
Result: No textpic item available in contentelement wizard
If I add the 17 again
TCEFORM.tt_content.imageorient.keepItems = 0,25,26,17
which is checked by the contentelement wizard in its default values
tt_content_defValues { CType = textpic imageorient = 17 }
the textpic item is shown again in the contentelement wizard.
Updated by Markus Klein about 10 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
next-patchlevel)
Thanks for sharing your findings.
Can I close this issue for now?
Updated by Kaan Sanli about 10 years ago
I would't close the ticket, because from my point of view, it is still a bug that "TCEFORM.tt_content.imageorient.keepItems = ..." is interfering in "TCEFORM.tt_content.CType.keepItems = ..."
concerning the contentelement wizard.
Instead I would change the subject of this ticket to somewhat like "Contentelement Wizard and TSConfig misbehaviour" and change the priority to "should have".
But feel free to close this ticket, if you have another opinion about it or if this bug can't be fixed in the near future.
Updated by Markus Klein about 10 years ago
- Subject changed from Contentelement Wizard and TCEFORM.tt_content.CType.keepItems = textpic to Contentelement Wizard and TSConfig misbehaviour
- Category set to FormEngine aka TCEforms
- Status changed from Needs Feedback to Accepted
- Priority changed from Must have to Should have
- Target version set to next-patchlevel
Updated by Riccardo De Contardi over 9 years ago
It is still a problem in both 6.2.13 and 7 (latest master): I can confirm that the following Page TSConfig:
TCEFORM.tt_content.imageorient.keepItems = 0,25,26
Makes "text with images" disappear in the new element wizard.
Updated by Riccardo De Contardi about 9 years ago
still present on latest 7.6-dev (latest master)
Updated by Markus Klein about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Riccardo De Contardi over 8 years ago
I can confirm it still affects the 7.6.5 but seems fixed in the latest master (8.1-dev). Can someone confirm? Thank you
Updated by Riccardo De Contardi about 8 years ago
As far as I can see from my last test, TYPO3 7.6.11 and 8.5-dev (latest master) are not affected by this issue, while TYPO3 6.2.26 still is.
Do you think it is sufficient to consider it closed?
Updated by Markus Klein about 8 years ago
- Status changed from Accepted to Closed
Thanks for checking Riccardo!
Closing this ticket for the time being as 6.2 is in priority bugfix mode only.