Bug #69943
closedsys_language_overlay should respect hidden flag of content elements
0%
Description
How to reproduce:
- Default language is english
- Setup a additional language (german)
- Set
config.sys_language_overlay = 1 config.sys_language_mode = content_fallback
- Insert two elements in default language
- push "Translate default content elements" to the german language overlay
- hide one element in german language
Now you see two elements in the german frontend. One from the german language overlay and one from den default language.
In my opinion there should only be one german element as the other is translated but hidden.
Files
Updated by Jonas Enders over 9 years ago
- File 69943.patch 69943.patch added
I have created a patch that delivers me the desired result.
Unfortunately it is not very pretty, maybe someone else has an idea.
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from New to Needs Feedback
setting config.sys_language_overlay = 0
the hidden CE is not replaced with the one in the default language (test done with the latest 8.2 master)...are there contraindications that I do not see?
Updated by Alexander Opitz over 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Tymoteusz Motylewski over 7 years ago
- Related to Task #82012: Add Functional tests for rendering of translated hidden records added