fixed dataset仅本地版开放
This commit is contained in:
parent
4861de5670
commit
fa2448b94d
|
@ -23,7 +23,7 @@ class ProjectUnit < ApplicationRecord
|
||||||
|
|
||||||
def self.init_types(project_id, project_type='common')
|
def self.init_types(project_id, project_type='common')
|
||||||
unit_types = project_type == 'sync_mirror' ? ProjectUnit::unit_types.except("pulls") : ProjectUnit::unit_types
|
unit_types = project_type == 'sync_mirror' ? ProjectUnit::unit_types.except("pulls") : ProjectUnit::unit_types
|
||||||
# unit_types = unit_types.except("dataset")
|
unit_types = unit_types.except("dataset") unless EduSetting.get("is_local") == "true"
|
||||||
unit_types.each do |_, v|
|
unit_types.each do |_, v|
|
||||||
self.create!(project_id: project_id, unit_type: v)
|
self.create!(project_id: project_id, unit_type: v)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue