Project

General

Profile

Actions

Bug #105677

open

File reference cannot be hidden

Added by Chris Müller 17 days ago. Updated 8 days ago.

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


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #96135: IRRE: Hide Record switch not workAccepted2021-11-29

Actions
Actions #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?

Actions #2

Updated by Chris Müller 16 days ago

  • Description updated (diff)
Actions #3

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.

Actions #4

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

Actions #5

Updated by Georg Ringer 15 days ago

  • Related to Bug #96135: IRRE: Hide Record switch not work added
Actions #6

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

Also available in: Atom PDF