Browse Source

Update submit button text

pull/2578/head
Kat 2 years ago
parent
commit
5659f19e72
  1. 2
      app/controllers/merge_requests_controller.rb

2
app/controllers/merge_requests_controller.rb

@ -1,6 +1,6 @@
class MergeRequestsController < ApplicationController class MergeRequestsController < ApplicationController
before_action :find_resource, exclude: %i[create new] before_action :find_resource, exclude: %i[create new]
# before_action :authenticate_user! before_action :authenticate_user!
before_action :authenticate_scope! before_action :authenticate_scope!
before_action :set_organisations_answer_options, only: %i[merging_organisations absorbing_organisation update_merging_organisations remove_merging_organisation update] before_action :set_organisations_answer_options, only: %i[merging_organisations absorbing_organisation update_merging_organisations remove_merging_organisation update]

Loading…
Cancel
Save