Actions
Bug #80214
closedImageManipulation: Example for dynamic variable name parts breaks BE
Start date:
2017-03-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In a project I have the following cropping configuration in TCA of "sys_file_reference":
$GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config'] = [ 'type' => 'imageManipulation', 'ratios' => [ '2' => '2:1', '0.5' => '1:2', '3' => '3:1', '0.3333333333333333' => '1:3', '1.7777777777777777' => '16:9', ], ];
I do not have any cropvariants defined. According to the docs of cropvariants this configuration should still work.
If I update to commit "b534440e8bd789a1b1f3e84e2e173262094fa836" or later (#79997), I receive a fatal error in the BE:
#1351584844: An argument "key" or "id" has to be provided (More information) TYPO3Fluid\Fluid\Core\Exception thrown in file .../typo3_src/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php in line 140.
If I reset the example in "typo3/sysext/backend/Resources/Private/Templates/ImageManipulation/ImageManipulationElement.html", it works as before ...
Updated by Marcus Schwemer over 7 years ago
- Subject changed from ImageManipulation: Example for dynamic variable name parts beaks BE to ImageManipulation: Example for dynamic variable name parts breaks BE
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52194
Updated by Helmut Hummel over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ad8fd1a158335630da0521be94f07dcc789288e5.
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #81116: Custom image crop ration breaking BE with #1351584844: An argument "key" or "id" has to be provided added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Updated by Garvin Hicking 5 months ago
- Related to Bug #103047: Crop-Variants with dot in variant-name are not being saved added
Actions