Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-16 09:07:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-16 09:07:34 +0300
commit83758a4e5fcfec056b36a4b56fb22c8a915753cc (patch)
treeb8bedd1fd240783d0f075a2df09fe9931d6ed6ed
parentf698fdbdcb4482adf2b5ead68be09355ae24e322 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--app/controllers/concerns/boards_actions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/concerns/boards_actions.rb b/app/controllers/concerns/boards_actions.rb
index 3a9a59b0ad7..eb1080cb3d2 100644
--- a/app/controllers/concerns/boards_actions.rb
+++ b/app/controllers/concerns/boards_actions.rb
@@ -9,7 +9,7 @@ module BoardsActions
before_action :boards, only: :index
before_action :board, only: :show
- before_action :push_wip_limits, only: :index
+ before_action :push_wip_limits, only: [:index, :show]
end
def index