New item menu not displayed correctly
Added by Henri Bialek about 8 years ago
Hi,
so the redmine server I'm working on went through a bunch of upgrades and migrations. Initially from redmine version 2.6.5 it went to this:
Environment: Redmine version 3.3.1.stable Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2 SCM: Subversion 1.9.4 Mercurial 3.9.2 Git 2.10.0 Filesystem Redmine plugins: advanced_roadmap 0.10.1 redmine_checklists 3.1.5 redmine_contacts 4.0.4 redmine_dmsf 1.5.8 redmine_people 1.2.0 redmine_products 2.0.1 redmine_tweaks 0.5.9-dev
As far as I can tell everything went well when upgrading the server and migrating the database, except for one thing which is the new item menu. Instead of this
I'm getting this and don't know how to resolve this issue.
Any hint or help is much appreciated.
Regards,
Replies (3)
RE: New item menu not displayed correctly - Added by Mischa The Evil about 8 years ago
It seems that your custom theme is not up-to-date. Check the theme author's sources for an updated version.
RE: New item menu not displayed correctly - Added by Henri Bialek about 8 years ago
So I downloaded the recent version of the Theme (coffee by RedmineCRM) but it didn't change anything. Now I switched to the default theme but the issue remains. Could it be related to data in the database or maybe the project-controller?
RE: New item menu not displayed correctly - Added by Henri Bialek about 8 years ago
Ok, seems like the issue is resolved. With the updated theme there was no change on page refresh so I did a refresh with CTRL+F5 and know it's displayed correctly. Thanks for the advice.