Skip to content

Commit

Permalink
fix issue #101: Allow to collapse comments & guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Oct 31, 2024
1 parent 6843ed9 commit 80d7911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/_dmproadmap_ugent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Application < Rails::Application
config.x.application.require_contributor_email = true

# Defines if Guidances/Comments in toggleable & if it's opened by default
config.x.application.guidance_comments_toggleable = false
config.x.application.guidance_comments_toggleable = true
# do not set this to false when guidance_comments_toggleable is also
# false. Reason: comments won't be displayed and there is no way
# to show them again by toggling
Expand Down

0 comments on commit 80d7911

Please sign in to comment.