dhanasingh / redmine_wktime

ERPmine is an open source free ERP for Service Industries. It runs within Redmine
https://erpmine.org/
Other
121 stars 79 forks source link

Main Menu issue - It show in all the views #130

Closed nachommm closed 6 years ago

nachommm commented 6 years ago

Hi there once I have installed the plugin I got the surprice that main-menu it show in all the views, let me show you an example, where main menu it show in login page.

image

I have installed this version of redmine an plugins:

Environment: Redmine version 3.4.2.stable Ruby version 2.1.4-p265 (2014-10-27) [x86_64-linux] Rails version 4.2.8 Environment production Database adapter Mysql2 SCM: Subversion 1.9.3 Git 2.7.4 Filesystem
Redmine plugins: additionals 2.0.5 issue_charts 1.3.0 progressive_projects_list 3.0.1 redmine_checklists 3.1.9 redmine_ckeditor 1.1.5 redmine_contacts 4.1.1 redmine_dmsf 1.6.0 redmine_favorite_projects 2.0.3 redmine_local_avatars 1.0.3 redmine_wktime 3.1

nachommm commented 6 years ago

Well, I find the issue an got the changes, now is working...

I've changed the render_main_menu on init.rb

> def render_main_menu(project)
>   if menu_name = controller.current_menu(project)
>        render_menu(menu_name(project), project) 
>    end
> end
karthickmadhiazhagan commented 6 years ago

Thanks for reporting. We have added this fix in v3.3. Please take a look.