Actions
Bug #105677
openFile reference cannot be hidden
Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2024-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When hiding a file reference (for example in pages or tt_content) then the toggle is visibly adjusted. But when you save the record, the file reference is not hidden.
v13.4.1
Updated by Garvin Hicking 2 months ago
Could this be related to https://forge.typo3.org/issues/105341 ?
Does it happen for you on a single reference too, or also just with multiple?
Updated by Chris Müller 2 months ago
I had it with only one reference. Custom file reference field on page, added one field, hide it, saved page, file reference is visible again.
Updated by Georg Ringer 2 months ago
IMHO known issue, it depends if the hidden checkbox is rendered in the tca of the irre record or not
related: #96135
Updated by Georg Ringer 2 months ago
- Related to Bug #96135: IRRE: Hide Record switch not work added
Updated by Jens Neumann about 2 months ago
I can confirm this behavior for 13.4.1, as mentioned in #96135 this workaround helped me
$GLOBALS['TCA']['sys_file_reference']['columns']['hidden']['config']['items'][0]['invertStateDisplay'] = false;
Updated by Garvin Hicking about 1 month ago
- Related to Bug #105341: Unable to hide media resources in page properties (media) if more than one added
Actions