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
config.load_defaults
バグではなく内部的なアップデート(enhancements)なのでこちらにします。
config/application.rbで設定されているconfig.load_defaults が古くなっているので更新します。 現状 5.2 になっていますが、現在使用しているDecidim v0.27.4では6.1がデフォルトのバージョンになっているのでそれに合わせます。 とはいえ、いきなりそこまで上げると問題があるかもしれないので、徐々に上げていければと思います。
5.2
6.1
6.0
urlsafe_csrf_tokens
内部的な更新なので、見た目は変更ありません。
挙動自体は変更されないのが理想です。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
改善詳細 / Details of Improvement
バグではなく内部的なアップデート(enhancements)なのでこちらにします。
config/application.rbで設定されている
config.load_defaults
が古くなっているので更新します。現状
5.2
になっていますが、現在使用しているDecidim v0.27.4では6.1
がデフォルトのバージョンになっているのでそれに合わせます。とはいえ、いきなりそこまで上げると問題があるかもしれないので、徐々に上げていければと思います。
更新のためのTODO
6.0
に変更・一部は更新しないよう設定を追加する → fix: update load_defaults to6.0
#6056.0
標準の挙動になるようにする → fix: make use_cookies_with_metadata true (same as default) #6086.1
に変更・一部は更新しないよう設定を追加する → fix: update load_defaults to6.1
#6096.1
標準の挙動になるようにする → fix: removeurlsafe_csrf_tokens
#611スクリーンショットなど / Screenshot
内部的な更新なので、見た目は変更ありません。
期待する見せ方・挙動 / Expected behavior
挙動自体は変更されないのが理想です。
対象インスタンス / Instances
The text was updated successfully, but these errors were encountered: