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)
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
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
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:
In the rails console run:
(replace wp_id with the id of this work package)
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