]> source.dussan.org Git - redmine.git/commitdiff
Menu items mapping.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 16 Dec 2016 07:51:56 +0000 (07:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 16 Dec 2016 07:51:56 +0000 (07:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16077 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/imports_controller.rb
app/controllers/projects_controller.rb

index 4c9f3e074c14f86c2960df74b1b608df146584cf..fb87c9bc806bc548850d0fb7bea0416c99f13af4 100644 (file)
@@ -18,6 +18,7 @@
 require 'csv'
 
 class ImportsController < ApplicationController
+  menu_item :issues
 
   before_action :find_import, :only => [:show, :settings, :mapping, :run]
   before_action :authorize_global
index ad38a15a6140b866233b8759aeac95ce86eec94f..9284b8d099e4ed246b2da0205b49c501734e2f48 100644 (file)
@@ -18,7 +18,7 @@
 class ProjectsController < ApplicationController
   menu_item :overview
   menu_item :settings, :only => :settings
-  menu_item :projects, :only => [:index, :new,  :create]
+  menu_item :projects, :only => [:index, :new, :copy, :create]
 
   before_action :find_project, :except => [ :index, :list, :new, :create, :copy ]
   before_action :authorize, :except => [ :index, :list, :new, :create, :copy, :archive, :unarchive, :destroy]