-
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
Feature/update decidim v0.23.5 #223
Feature/update decidim v0.23.5 #223
Conversation
対応ありがとうございます。 |
これが、動く環境作成して、一度検証しないとですね |
このv0.23.5用ブランチを見ているのですが、Rubyのバージョンを2.7系に指定されているのは意図的でしょうか?(Gemfile.lockやDockerfile、.github/workflows/rails-test.ymlなどを見ています) 本家のv0.23.5ではGemfile.lockと.ruby-versionを見る限り、2.6.6を使っているようだったので、揃えておいた方が安全そうに見えました。 https://github.com/decidim/decidim/tree/v0.23.5 |
…ature/update-decidim_v0.23.5
…ature/update-decidim_v0.23.5
…into feature/update-decidim_v0.23.5
「コメントは現時点で無効になっていますが…」の表示を抑制する
Show limited number of comments, add "show all comments" button
…into feature/update-decidim_v0.23.5
config/initializers/decidim.rb
Outdated
@@ -232,5 +232,8 @@ | |||
Rails.application.config.i18n.available_locales = Decidim.available_locales | |||
Rails.application.config.i18n.default_locale = Decidim.default_locale | |||
|
|||
## Set default comments limit. It's used in Decidim::Comments component. Default value is 100. | |||
Rails.application.config.default_comments_limit = 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
↑環境変数で変えられるようにしてみます
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
お願いします!
Use ENV var to define default_comments_limit
moved to `app/assets/javascripts/decidim/decidim_awesome/editors/legacy_quill_editor.js.es6`.
`legacy_quill_editor.js.es6` should be loaded after decidim files
Fix show comments
…into feature/update-decidim_v0.23.5
🎩 What? Why?
本家 decidim の追従
📌 Related Issues
📋 Subtasks
CHANGELOG
upgrade notes, if required