Bug #64899
closed
Wizard missing in new CEs like Form or Table
Added by Frederic Gaus almost 10 years ago.
Updated about 9 years ago.
Category:
FormEngine aka TCEforms
Sprint Focus:
Stabilization Sprint
Description
In current master the form wizard is not accessible because the button is missing. Steps to reproduce with Form (same is possible with table):
1) Create a new Content Element of type Form
2) Go to tab "Form"
Notice: No button to open wizard
3) Safe the CE
Notice: Wizard button is visible
- Status changed from New to Accepted
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
- Sprint Focus deleted (
Stabilization Sprint)
I removed the Stabilization Phase because this behavior is there since 3.3.0 ;-)
I agree we should take a look to improve this but it's nothing we broke recently.
Item 63102 describes same problem.
- Target version changed from 7.4 (Backend) to 7.5
- Sprint Focus set to Stabilization Sprint
This configuration option is preventing the wizard from showing:
$GLOBALS['TCA']['tt_content']['columns']['bodytext']['config']['wizards']['forms'] = array(
'notNewRecords' => 1,
- Status changed from Accepted to Closed
The wizards need the uid of the CE. So this only works after when the CE has been saved.
Also available in: Atom
PDF