Navigation Menu

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

Handle CSV fields in the registration and personal data modules #5323

Merged
merged 1 commit into from Sep 29, 2022

Conversation

leofeyer
Copy link
Member

Fixes #4980

@leofeyer leofeyer added the bug label Sep 29, 2022
@leofeyer leofeyer added this to the 4.9 milestone Sep 29, 2022
@leofeyer leofeyer self-assigned this Sep 29, 2022
@leofeyer leofeyer linked an issue Sep 29, 2022 that may be closed by this pull request
Toflar
Toflar previously approved these changes Sep 29, 2022
@leofeyer leofeyer merged commit 21bdba5 into contao:4.9 Sep 29, 2022
@leofeyer leofeyer deleted the fix/csv branch September 29, 2022 09:12
leofeyer pushed a commit that referenced this pull request Apr 9, 2024
…7036)

Description
-----------

It is related to the issue we had in the past: #5323

If a user submits an empty form field that is a `FormCheckbox`, the `$objWidget->value` will be an empty string, which will cause the error in `implode()`.

Commits
-------

c03a862 Fix error when submitting an empty field with csv=>true in member fro…
leofeyer pushed a commit to contao/core-bundle that referenced this pull request Apr 9, 2024
…7036)

Description
-----------

It is related to the issue we had in the past: contao/contao#5323

If a user submits an empty form field that is a `FormCheckbox`, the `$objWidget->value` will be an empty string, which will cause the error in `implode()`.

Commits
-------

c03a8620 Fix error when submitting an empty field with csv=>true in member fro…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSV data load/save in frontend member modules
2 participants