diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb index 8b4bba7df..4e3a0566d 100644 --- a/app/controllers/organisations_controller.rb +++ b/app/controllers/organisations_controller.rb @@ -34,7 +34,7 @@ class OrganisationsController < ApplicationController end def update - if current_user.data_coordinator? + if current_user.data_coordinator? || current_user.support? if @organisation.update(org_params) flash[:notice] = I18n.t("organisation.updated") redirect_to details_organisation_path(@organisation)