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

【baserCMS4】【ブログ】記事詳細の本文:草稿欄のバリデーションエラーが表示されない #3925

Open
kaburk opened this issue Oct 17, 2024 · 0 comments
Labels
Bug バグ

Comments

@kaburk
Copy link
Collaborator

kaburk commented Oct 17, 2024

概要

baserCMS4.1.1 以降、BcApp.allowedPhpOtherThanAdmins のパラメータが追加され
システム管理者以外の運営ユーザーなどはブログ記事や固定ページの本文にスクリプトなどを
記述できないバリデーションが追加されていてBcApp.allowedPhpOtherThanAdmins = falseだと
バリデーション処理が働くのですが、
記事詳細の本文:草稿欄のバリデーションエラーが表示されない状態のようです。

Screenshot 2024-10-17 at 17-19-51

ぱっとみて、画面上部にエラーが出ているのでエラーとはわかるが、
どの部分のエラーかわからない状態で保存できない状態になってしまいます。
admin-third、admin-second どちらでも再現しました。
レアケースではありますが..。

lib/Baser/Plugin/Blog/View/BlogPosts/admin/form.php
theme/admin-third/BlogPosts/admin/form.php
スクリーンショット 2024-10-17 17 14 35

ちなみに固定ページは問題ない状態でした。

lib/Baser/View/Pages/admin/form.php
theme/admin-third/Pages/admin/form.php
スクリーンショット 2024-10-17 17 16 32

baserCMS version : 4.1.1以降

@kk-uchino kk-uchino added the Bug バグ label Oct 18, 2024
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

2 participants