Bug #45356
closed
TCA wizard "edit": no descriptions/help text available in popup
Added by Roland almost 12 years ago.
Updated over 7 years ago.
Category:
Backend User Interface
Description
In the popups of TCA wizard "edit" there are no descriptions/help text for the table fields available.
I used this wizard-configuration im my TCA configuration:
'wizards' => array(
'_PADDING' => 1,
'_VERTICAL' => 1,
'edit' => array(
'type' => 'popup',
'title' => 'Edit',
'script' => 'wizard_edit.php',
'icon' => 'edit2.gif',
'popup_onlyOpenIfSelected' => 1,
'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1',
),
),
- Target version changed from 6.0.2 to 7.4 (Backend)
- Is Regression set to No
- Target version changed from 7.4 (Backend) to 7.5
- Target version changed from 7.5 to 7 LTS
I can not reproduce this item.
In current master the CSH is working.
- Target version changed from 7 LTS to 8 LTS
If we are talking for example of the popup that comes out when you - for example - edit an user and then edit an usergroup inside, I noticed that
- the CSH works
- what does not work is the "more" link inside the CSH, which should open another popup. A popup opened from another popup does not work,
- Status changed from New to Closed
if i understand the issue correctly, this was about tool tips on the edit buttons? this was recently solved with the new 'wizards' api, which force a title and have a fallback.
Also available in: Atom
PDF