Bug #100777
closedBE: FAL images in Flexform not showing or saved
100%
Description
Previously in a plugin's flexform created images via type="inline" do not show up in the plugins BE view. Newly added images are not saved. A change to type="file" could also not add any image.
Files
Updated by Nikita Hovratov over 1 year ago
This seems somehow to be related with the dot in settings.bilder
. Without it, the file browser adds the images. Smells JS-related, where the dot is used to access properties. My knowledge is limited in this area though, maybe someone can proceed from here.
Updated by Nikita Hovratov over 1 year ago
- Related to Feature #98479: New TCA type "file" added
Updated by Bernd Volke over 1 year ago
Nikita Hovratov wrote in #note-1:
This seems somehow to be related with the dot in
settings.bilder
. Without it, the file browser adds the images. Smells JS-related, where the dot is used to access properties. My knowledge is limited in this area though, maybe someone can proceed from here.
But isn't this a bug since the official TYPO3 12 documentation says you can use "settings." when using $this->settings to access the data in the controller? https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/FlexForms/Index.html#how-to-read-flexforms-from-an-extbase-controller-action
Updated by Nikita Hovratov over 1 year ago
But isn't this a bug since the official TYPO3 12 documentation says you can use "settings." when using $this->settings to access the data in the controller? https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/FlexForms/Index.html#how-to-read-flexforms-from-an-extbase-controller-action
Yes, indeed. I just identified the issue.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78943
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78943
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78898
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4a0b25e15f0df8f8c3b80d7c8b7a314966228ee7.