TYPO3-CMS / styleguide

[READ-ONLY] Subtree split of the TYPO3 Core Extension "styleguide"
GNU General Public License v2.0
103 stars 61 forks source link

FileReferences are created incomplete #364

Closed christophlehmann closed 1 year ago

christophlehmann commented 1 year ago

Bug Report

Prerequisites

Description

The value of FAL fields are wrong. An image element with 3 file references should have a 3 in the field image. Currently it's 0.

This blocks https://review.typo3.org/c/Packages/TYPO3.CMS/+/76820 because the pipeline fails.

Steps to Reproduce

Example for creating a file reference: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Fal/UsingFal/ExamplesFileFolder.html#id6

PR follows.

lolli42 commented 1 year ago

I'll close this issue for the reasons mentioned in https://review.typo3.org/c/Packages/TYPO3.CMS/+/76820