-
Notifications
You must be signed in to change notification settings - Fork 36
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
プロフィールを更新時にエラーが出る #184
Comments
「エラーが出るものの更新はできている模様」と書きましたが、上記画面では更新したように見えましたが、実際には更新されてませんでした。 |
以下、開発者向けの情報です:
Decidim-cfjでの そのため、validationに問題があったもののエラーが表示されないといった場合は、
といった原因が考えられます。 |
いわゆる半角文字の ちなみに本家のソースでこのvalidationを指定しているのは以下で、 validates :name, :nickname, format: { with: REGEXP_NAME } この正規表現を定義しているのは以下です。 REGEXP_NAME = /\A(?!.*[<>?%&\^*#@()\[\]=+:;"{}\\|])/.freeze これを見る限り、 |
対象ドメイン/ The domain
起こっている問題 / The Problem
スクリーンショット / Screenshot
期待する見せ方・挙動 / Expected Behavior
起こっている問題の再現手段 / Steps to Reproduce
動作環境・ブラウザ / Environment
The text was updated successfully, but these errors were encountered: