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

[FormBundle] Fix form submission export #3421

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

dannyvw
Copy link
Contributor

@dannyvw dannyvw commented Jun 6, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets comma separated list of tickets fixed by the PR

The old "iterate" method returns an array, but "toIterable" returns a object. It triggers now the following error:

Cannot use object of type Kunstmaan\FormBundle\Entity\FormSubmission as array on kunstmaan/bundles-cms/src/Kunstmaan/FormBundle/AdminList/FormSubmissionExportListConfigurator.php line 130

@acrobat acrobat added this to the 7.1.2 milestone Jun 9, 2024
@acrobat acrobat merged commit 77e4cef into Kunstmaan:7.1 Jun 9, 2024
9 checks passed
@acrobat
Copy link
Member

acrobat commented Jun 9, 2024

Thanks @dannyvw

@dannyvw dannyvw deleted the form-submission-export branch June 10, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants