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

fix #1901 【メールフォーム】バリデーションエラー時にチェックボックスのチェックが外れる #1901 #2798

Merged
merged 5 commits into from
Oct 20, 2023

Conversation

HungDV2022
Copy link
Collaborator

@ryuring MailContent.phpテーブルにcategoryカラムが存在しないのでバリデーションを発生したら$e->getEntity()を呼ばせてcategoryがNullを返しました。

@ryuring
Copy link
Collaborator

ryuring commented Oct 11, 2023

@HungDV2022 category というのは物理的なフィールド名ではなく、mail_fields テーブルに登録されたデータですので、決め打ちでは解決できません。

@ryuring ryuring added the Reviewed レビュー済 label Oct 11, 2023
@ryuring
Copy link
Collaborator

ryuring commented Oct 11, 2023

@HungDV2022 こちらがER図になります。
mail_messages に定義されたフィールドに基づいて、mail_messages が動的に構成される仕組みです。
https://docs.google.com/presentation/d/1m8jAImToxjexulMhBlad6o0MUbRvpJ5r3Md-bdJztSA/edit#slide=id.ge9d26b1be2_0_91

@HungDV2022 HungDV2022 assigned ryuring and unassigned HungDV2022 Oct 16, 2023
@HungDV2022
Copy link
Collaborator Author

@ryuring こちらを修正しました。確認お願いします。

@ryuring ryuring assigned HungDV2022 and unassigned ryuring Oct 16, 2023
@HungDV2022 HungDV2022 assigned ryuring and unassigned HungDV2022 Oct 17, 2023
@gondoh gondoh added this to the 5.0.6 milestone Oct 19, 2023
@ryuring ryuring assigned HungDV2022 and unassigned ryuring Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed レビュー済
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants