Project

General

Profile

Actions

Bug #85609

closed

Extbase or Core doesn't handle FAL translations correctly

Added by Matthias Kappenberg over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2018-07-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

please see also: https://forge.typo3.org/issues/57272

If I'm right the issue is not solved.

Testcase:
Build a simple extension (plugin) with an image field.
Do not apply it as a plugin, instead create a new CType or lib, please see TS below.

....
    10 = FLUIDTEMPLATE
    10 {
        file = {$plugin.tx_YOUREXT.view.templateRootPath}SomeCe.html
        variables {
            YOUR_VAR = USER
            YOUR_VAR {
                userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
                vendorName = YOU
                extensionName = YOUREXT
                pluginName = YOURPLUGIN
                controller = OPTIONAL
                action = ACTION_OPTIONAL_SETTINGS_DEPENDEND
                switchableControllerActions {
                    YOUR_CONTROLLER {
                        1 = PREFERRED_ACTION
                        2 = ALTERNATIVE_ACTION
                    }
                }
            }
        }
    }

and in the fluid template simply assign the variable...
Fluid variable example:
...
{YOUR_VAR->f:format.raw()}
...

I've tried possible TS alternatives, too.

Experimented with different language config settings, no luck at all.
Tried TCA features, too.

Seems to me that there is a major bug.

Only solution was, as mentioned in the other bug report:
https://extensions.typo3.org/extension/repair_translation/
;-)

Any suggestions are welcome :-)
I apologize if this is not a major bug.

Have fun and many thanks for all your really great work on TYPO3 :-)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #57272: Extbase doesn't handle FAL translations correctlyClosed2014-03-25

Actions
Actions #1

Updated by Riccardo De Contardi over 5 years ago

#57272 AFAICS is still under review; could you test the patch?

Actions #2

Updated by Matthias Kappenberg over 5 years ago

Hi Riccardo,

do you mean this patch:
https://review.typo3.org/#/c/53974/

mentioned in comment:
https://forge.typo3.org/issues/57272#note-110
by Jonas

Best regards,
Matthias

Actions #3

Updated by Georg Ringer over 5 years ago

  • Status changed from New to Closed

closed as duplicate. use the mentioned ext to fix it

Actions #4

Updated by Georg Ringer over 5 years ago

  • Is duplicate of Bug #57272: Extbase doesn't handle FAL translations correctly added
Actions

Also available in: Atom PDF