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
通常利用では発生しないのですが、ブログを拡張するようなプラグインなどで BlogPostsにアソシエーションする場合にidやblog_content_idなどよくありそうなカラム名重複で発生するようです。
4系の処理と同じくwhere句をモデル名まで指定すると対応可能かと思われます。
baserCMS version : 5.0.2-dev
The text was updated successfully, but these errors were encountered:
fix baserproject#2372 ブログ記事一覧にて「一括処理に失敗しました」が発生する件を修正
3f6c6fe
72ab4fc
No branches or pull requests
概要
通常利用では発生しないのですが、ブログを拡張するようなプラグインなどで
BlogPostsにアソシエーションする場合にidやblog_content_idなどよくありそうなカラム名重複で発生するようです。
4系の処理と同じくwhere句をモデル名まで指定すると対応可能かと思われます。
baserCMS version : 5.0.2-dev
The text was updated successfully, but these errors were encountered: