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 #2816 fix #2945 フォームのファイルフィールドの問題を修正 #2957

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

seto1
Copy link
Collaborator

@seto1 seto1 commented Dec 19, 2023

以下のissueに対応を行いました。ご確認をお願いします。

メールプラグインにおけるファイルフィールドを利用した場合ファイルが保存されない
#2816
【フォーム】フォームのバリデーションエラーが発生した際にファイルフィールド欄に「Array」と表示される
#2945

変更点は以下です。

  • plugins/baser-core/src/Utility/BcFileUploader.php
    • 一時ファイルを一度に複数扱う場合に同じ_bc_upload_idのデータが上書きされてしまうため対応
  • plugins/baser-core/src/View/Helper/BcUploadHelper.php
  • plugins/bc-mail/src/Service/MailMessagesService.php
    • new MailMessageだとBcUploadBehavior->beforeMarshalが実行されてないためnewEntityを使用するよう変更
    • MailMessageテーブルのbeforeMarshal・afterMarshalで配列に対応する形に変更したほうがよりよさそう

@ryuring
Copy link
Collaborator

ryuring commented Dec 20, 2023

@seto1 ありがとうございます。

MailMessageテーブルのbeforeMarshal・afterMarshalで配列に対応する形に変更したほうがよりよさそう

現在、CakePHP5系への移行を進めているのですが、バリデーションへのデータの引渡しは、配列ではなく、オブジェクトになっているようです。 \Laminas\Diactoros\UploadedFile

Cake4系までは、配列かオブジェクトを選択できるオプションがあったのですが、配列オプションがなくなりました、、、

一旦、こちらでマージしますね。

@ryuring ryuring merged commit b23715c into baserproject:dev-5 Dec 20, 2023
1 check passed
@momofff momofff added this to the 5.0.8 milestone Jan 18, 2024
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

Successfully merging this pull request may close these issues.

3 participants