|
|
@ -26,7 +26,7 @@ class OrganisationsController < ApplicationController |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def edit |
|
|
|
def edit |
|
|
|
if current_user.data_coordinator? |
|
|
|
if current_user.data_coordinator? || current_user.support? |
|
|
|
render "edit", layout: "application" |
|
|
|
render "edit", layout: "application" |
|
|
|
else |
|
|
|
else |
|
|
|
head :unauthorized |
|
|
|
head :unauthorized |
|
|
|