From 124a459d55858cecd65e57ae7f312d99bcbcbb96 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 19 Nov 2016 10:30:02 +0000 Subject: Use the main menu for project related actions that support cross-project display. git-svn-id: http://svn.redmine.org/redmine/trunk@15983 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/my_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/my_controller.rb') diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 5cf677a2d..be1c3c36d 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -16,6 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. class MyController < ApplicationController + self.main_menu = false before_action :require_login # let user change user's password when user has to skip_before_action :check_password_change, :only => :password -- cgit v1.2.3