We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
以前、#3828 でファイル項目を含む場合にプレビューできない事象を解消していただきましたが、 現在は逆にファイル項目がない場合にエラーとなっている気がします。 確認をお願い致します。
setupUploaderにより、ファイル項目がある場合はBcUploadBehaviorが追加されますが、ない場合は追加されないため 後のsaveTmpFilesが参照できずエラーになっているように思えます。
basercms/plugins/bc-custom-content/src/Service/Front/CustomContentFrontService.php
Lines 243 to 248 in 615adc8
The text was updated successfully, but these errors were encountered:
HungDV2022
No branches or pull requests
概要
以前、#3828 でファイル項目を含む場合にプレビューできない事象を解消していただきましたが、
現在は逆にファイル項目がない場合にエラーとなっている気がします。
確認をお願い致します。
該当箇所
setupUploaderにより、ファイル項目がある場合はBcUploadBehaviorが追加されますが、ない場合は追加されないため
後のsaveTmpFilesが参照できずエラーになっているように思えます。
basercms/plugins/bc-custom-content/src/Service/Front/CustomContentFrontService.php
Lines 243 to 248 in 615adc8
The text was updated successfully, but these errors were encountered: