This commit is contained in:
2021-10-27 10:46:09 +08:00
parent e6c6e544fe
commit 9232a284d8

View File

@@ -22,6 +22,7 @@ class Organizations::OrganizationsController < Organizations::BaseController
@can_create_project = @organization.can_create_project?(current_user.id)
@is_admin = can_edit_org?
@is_member = @organization.is_member?(current_user.id)
Cache::V2::OwnerCommonService.new(@organization.login, @organization.mail).read
end
def create