Actions
Bug #102290
openHide "un-/hide" button for localized records if hidden-field has l10n_mode=exclude
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-10-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
UX
Complexity:
Is Regression:
Sprint Focus:
Description
In case of using the connected translation mode it might be useful to handle and set the hidden
-state on the original record only.
For translated records the TCA field 'hidden' can get overlayed by the original record - see l10n_mode
$GLOBALS['TCA']['tt_content']['columns']['hidden']['l10n_mode'] = 'exclude';
With this configuration the translated record can't change its hidden
-state anymore – perfect.
But the buttons to un-/hide the record are still visible - although not functioning - in the backend:
Module page¶
Current state:
Should be:
Module list¶
Current state:
Should be:
Files
Actions