mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
use roadmap menu item on version#show
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
#++
|
||||
|
||||
class VersionsController < ApplicationController
|
||||
menu_item :roadmap, only: [:index]
|
||||
menu_item :roadmap, only: %i(index show)
|
||||
menu_item :settings_versions
|
||||
|
||||
|
||||
model_object Version
|
||||
before_action :find_model_object, except: %i[index new create close_completed]
|
||||
before_action :find_project_from_association, except: %i[index new create close_completed]
|
||||
|
||||
Reference in New Issue
Block a user