Content
[5.0.17] Editing buttons on wiki
Added by Bryan Voldberg over 9 years ago
Using: OpenProject 5.0.17 (Mysql2)
On the wiki when editing pages the editor buttons like bold, underline, and lists are not click able for me. I poked at the css a little and I could get them click-able but they did not change the text at all.
I tried changing the theme and that did not make a difference.
There was another thread for this and it referenced an option in the production/development configs. I checked that and from what I can tell I am in production mode and the option in question is set to “True” which was what the purposed fix was.
https://community.openproject.com/topics/5125
My guess is that I am already in production, going off the output of openproject config:
openproject config | grep ENV -i ORIGINAL_PWD=/opt/openproject/config/environments RACK_ENV=production RAILS_ENV=production
Production config:
OpenProject::Application.configure do
config.cache_classes = true
config.eager_load = true
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.serve_static_files = true
config.assets.js_compressor = nil
config.assets.compile = false
config.assets.digest = true
config.assets.version = '1.0'
config.force_ssl = OpenProject::Configuration['rails_force_ssl']
config.log_level = :info
config.assets.precompile += %w( default.css
accessibility.css accessibility.js
admin_users.js
autocompleter.js
calendar/lang/*.js
contextual_fieldset.js
copy_issue_actions.js
date-de-DE.js date-en-US.js
jstoolbar/lang/*.js
members_form.js
members_select_boxes.js
new_user.js
project/responsible_attribute.js
repository_navigation.js
select_list_move.js
timelines.css
timelines_modal.js
timelines_select_boxes.js
types_checkboxes.js
work_packages.js
)
config.i18n.fallbacks = true
config.active_support.deprecation = :notify
config.log_formatter = ::Logger::Formatter.new
end
The other thread mentioned setting “config.cache_classes” to true which if I am in production that looks to be correct, so I am unsure where to look now.
Replies (1)
This was a known bug and the issue has seemingly been fixed in the latest version:
https://community.openproject.com/work_packages/23050/activity