-
Notifications
You must be signed in to change notification settings - Fork 132
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
固定ページ オプション欄のアイキャッチが保存されない #2927
Comments
@ryuring なるほど... ブログ記事のアイキャッチしか動作確認できてませんでした。 未検証ですがぱっと思いついたのは以下です。
|
@seto1 悩ましいですね
実行時というより実装時の問題なので、実装時に、_bc_upload_id にアクセスできるようになってなかったら例外投げるってのはどうでしょう? 「BcUploderBehahavior を利用するには、ファイル保存対象のエンティティについて、_bc_upload_id フィールドをアクセスできるようにしてください。」など |
@ryuring あまりルールは増やしたくないですね... BcUploadBehavior->beforeMarshal に以下の変更を加えると対応できそうなのですがいかがでしょう。
|
@seto1 おー、マジっすか、それでいけるなら一番良さそうですね。お手隙でいいのでお願いしていいですか |
seto1
added a commit
to seto1/basercms
that referenced
this issue
Dec 12, 2023
ryuring
pushed a commit
that referenced
this issue
Dec 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
固定ページ オプション欄のアイキャッチが保存されないようです。
環境依存かとも思いましたので、Docker、MAMPそれぞれで試してみましたが保存されていないようでした。
ファイルとDB両方空のようです。
エラーログなどログが出なくてちょっと保存されない理由が不明でした。
ただ、ブログ設定のアイキャッチなども同様だったのでcontentsテーブルの保存処理あたりが怪しそうです。
baserCMS version : 5.0.7
The text was updated successfully, but these errors were encountered: