From c4e160f328227fea7a6e15d33a18c60ac3dc8269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 20 Jan 2017 10:33:31 +0100 Subject: [PATCH 1/3] Bump VERSION to 6.1.5 --- lib/open_project/costs/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/costs/version.rb b/lib/open_project/costs/version.rb index 709877a53a..17318b08b6 100644 --- a/lib/open_project/costs/version.rb +++ b/lib/open_project/costs/version.rb @@ -19,6 +19,6 @@ module OpenProject module Costs - VERSION = "6.1.4" + VERSION = "6.1.5" end end From dab4beb618273b2c0149e754eccd1ff38b0d1588 Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 24 Feb 2017 13:43:29 +0100 Subject: [PATCH 2/3] Add missing link --- app/controllers/cost_types_controller.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/controllers/cost_types_controller.rb b/app/controllers/cost_types_controller.rb index f737c18e74..e17dd4f36a 100644 --- a/app/controllers/cost_types_controller.rb +++ b/app/controllers/cost_types_controller.rb @@ -140,6 +140,10 @@ class CostTypesController < ApplicationController end def default_breadcrumb - CostType.model_name.human(count: 2) + if action_name == 'index' + CostType.model_name.human(count: 2) + else + ActionController::Base.helpers.link_to(CostType.model_name.human(count: 2), cost_types_path) + end end end From 6db3862a491e0354dd3f5ec58faf7738a3c802e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 10 Mar 2017 08:55:44 +0100 Subject: [PATCH 3/3] Bump VERSION to 6.1.6 --- lib/open_project/costs/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/costs/version.rb b/lib/open_project/costs/version.rb index 17318b08b6..93de4d580e 100644 --- a/lib/open_project/costs/version.rb +++ b/lib/open_project/costs/version.rb @@ -19,6 +19,6 @@ module OpenProject module Costs - VERSION = "6.1.5" + VERSION = "6.1.6" end end