Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [5.0.17] Editing buttons on wiki

[5.0.17] Editing buttons on wiki

Added by Bryan Voldberg almost 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)

RE: [5.0.17] Editing buttons on wiki - Added by Conor Robotham almost 9 years ago

This was a known bug and the issue has seemingly been fixed in the latest version:

https://community.openproject.com/work_packages/23050/activity

  • (1 - 1/1)
Loading...