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 17 days 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 15 days 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 15 days 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 15 days ago
- Related to Bug #96135: IRRE: Hide Record switch not work added
Updated by Jens Neumann 8 days 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;
Actions