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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. History not showing within work package

History not showing within work package

Added by andy simms over 10 years ago

I am running within my production environment. Everything appears to be working correctly, however the history section within the workflow packages is not displaying.

Is there a setting somewhere that I am missing?

Attached is a screen shot for example.


Replies (3)

RE: History not showing within work package - Added by Christian Ratz over 10 years ago

Hello andy,

there is no setting to hide the history. The history should appear once you changed the work package or you added a note.

Best
Ratzi

RE: History not showing within work package - Added by andy simms over 10 years ago

The work package shown in the screen shot has been updated, time logged, and noted. Still no history. Is there something else I can check? Maybe a database that needs to be fixed?

Thanks,
Andy

RE: History not showing within work package - Added by Christian Ratz over 10 years ago

Hello andy,

quite hard to debug without access to the system. I assume you run the latest stable version of OpenProject 3.0.11 !

There is only one condition which show / hide the history section, a check if work package journals exists. You can check this via rails console go to the OpenProject root folder and run:

RAILS_ENV=production bundle exec rails c

In the rails console run:
(replace wp_id with the id of this work package)

wp = WorkPackage.find wp_id
wp.journals.count

This should promt you the amount of journals of this work package.

You can close the rails console by typing ‘exit’ or hit ‘ctrl’+‘d’

Best
Ratzi

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