Browse Source

FIX craete team bug

tags/v3.0.3^2^2
jasder 5 years ago
parent
commit
8341c177b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/organizations/create_service.rb

+ 1
- 1
app/services/organizations/create_service.rb View File

@@ -54,7 +54,7 @@ class Organizations::CreateService < ApplicationService
end

def create_owner_info
@owner_team = Team.build(organization.id, "Owners", "", 4, true, true)
@owner_team = Team.build(organization.id, "Owners", "Owner团队", "", 4, true, true)
TeamUnit.unit_types.keys.each do |u_type|
TeamUnit.build(organization.id, owner_team.id, u_type)
end


Loading…
Cancel
Save