Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file field in email is populated with 'TYPO3\CMS\Form\Mvc\Property\TypeConverter\PseudoFileReference:' as img title #24

Open
DrDBanner opened this issue Jun 27, 2024 · 0 comments

Comments

@DrDBanner
Copy link

... instead of the filename. The file is attached though.

Bildschirmfoto 2024-06-27 um 14 39 50
        type: GridRow
        identifier: gridrow-3
        label: 'Grid: Zeile'
        renderables:
          -
            properties:
              saveToFileMount: '1:/user_upload/formular-ankauf/'
              allowedMimeTypes:
                - image/jpeg
                - image/png
                - image/bmp
              gridColumnClassAutoConfiguration:
                viewPorts:
                  lg:
                    numbersOfColumnsToUse: '6'
                  xs:
                    numbersOfColumnsToUse: '12'
                  xxl:
                    numbersOfColumnsToUse: '6'
                  xl:
                    numbersOfColumnsToUse: '6'
                  md:
                    numbersOfColumnsToUse: '6'
                  sm:
                    numbersOfColumnsToUse: '6'
              elementDescription: 'Bilder hinzufügen. (jpg,png)'
              multiple: true
            type: ImageUpload
            identifier: imageupload-1
            label: Bilder
          -
            properties:
              saveToFileMount: '1:/user_upload/formular-ankauf/'
              allowedMimeTypes:
                - application/msword
                - application/vnd.openxmlformats-officedocument.wordprocessingml.document
                - application/msexcel
                - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
                - application/pdf
                - application/vnd.oasis.opendocument.text
                - application/vnd.oasis.opendocument.spreadsheet-template
              elementDescription: 'Dokumente hinzufügen. (doc,docx,xls,xlsx,pdf,ods,odt)'
              gridColumnClassAutoConfiguration:
                viewPorts:
                  xs:
                    numbersOfColumnsToUse: '12'
                  xxl:
                    numbersOfColumnsToUse: '6'
                  xl:
                    numbersOfColumnsToUse: '6'
                  lg:
                    numbersOfColumnsToUse: '6'
                  md:
                    numbersOfColumnsToUse: '6'
                  sm:
                    numbersOfColumnsToUse: '6'
              multiple: true
            type: FileUpload
            identifier: fileupload-1
            label: Dokumente

I am unsure if this within the extension or a core issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant