Bug #52419

Wrong PHPDocs notation for default value inline f:translate viewhelper

Added by Frans Saris almost 2 years ago. Updated almost 2 years ago.

Status:New Start date:2013-10-01
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:TYPO3 Flow Base Distribution - 2.0
Has patch:No Affected Flow version:Git master

Description

The inline documentation in TYPO3\Fluid\ViewHelpers\TranslateViewHelper states:


{f:translate(id: 'some.label.id', default: 'fallback result')}

But this has to be:


{f:translate(id: 'some.label.id', value: 'fallback result')}

History

#1 Updated by Frans Saris almost 2 years ago

Also wrong in FluidViewHelperReference.rst

Also available in: Atom PDF