From 5659f19e726c16e4cef482181f198445105ce0d2 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Aug 2024 16:19:20 +0100 Subject: [PATCH] Update submit button text --- app/controllers/merge_requests_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/merge_requests_controller.rb b/app/controllers/merge_requests_controller.rb index 100ccc995..95be8d875 100644 --- a/app/controllers/merge_requests_controller.rb +++ b/app/controllers/merge_requests_controller.rb @@ -1,6 +1,6 @@ class MergeRequestsController < ApplicationController before_action :find_resource, exclude: %i[create new] - # before_action :authenticate_user! + before_action :authenticate_user! before_action :authenticate_scope! before_action :set_organisations_answer_options, only: %i[merging_organisations absorbing_organisation update_merging_organisations remove_merging_organisation update]