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

【カスタムコンテンツ】ファイル項目を含まないテーブルのエントリーがプレビューできない #4005

Open
cu-akasakay opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
Bug バグ

Comments

@cu-akasakay
Copy link
Contributor

概要

以前、#3828 でファイル項目を含む場合にプレビューできない事象を解消していただきましたが、
現在は逆にファイル項目がない場合にエラーとなっている気がします。
確認をお願い致します。

image

該当箇所

setupUploaderにより、ファイル項目がある場合はBcUploadBehaviorが追加されますが、ない場合は追加されないため
後のsaveTmpFilesが参照できずエラーになっているように思えます。

BcCcFileUtil::setupUploader($customContent->custom_table_id);
$customEntriesTable = TableRegistry::getTableLocator()->get('BcCustomContent.CustomEntries');
$events = BcUtil::offEvent($customEntriesTable->getEventManager(), 'Model.beforeMarshal');
$postEntity = $customEntriesTable->saveTmpFiles($request->getData(), mt_rand(0, 99999999));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug バグ
Projects
None yet
Development

No branches or pull requests

3 participants