Skip to content

Commit

Permalink
Change Registered sample type name
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Nov 27, 2023
1 parent 058fffd commit 38357f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/seeds/017_minimal_starter_isa_templates.seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
sample_temp_attributes = []
sample_temp_attributes << TemplateAttribute.new(title: 'Input',
description: 'Registered Samples in the platform used as input for this protocol.',
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample (multiple)'),
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample List'),
is_title: false,
required: true)

Expand Down Expand Up @@ -94,7 +94,7 @@
material_temp_attributes = []
material_temp_attributes << TemplateAttribute.new(title: 'Input',
description: 'Registered Samples in the platform used as input for this protocol.',
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample (multiple)'),
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample List'),
is_title: false,
required: true)

Expand Down Expand Up @@ -150,7 +150,7 @@
data_file_temp_attributes = []
data_file_temp_attributes << TemplateAttribute.new(title: 'Input',
description: 'Registered Samples in the platform used as input for this protocol.',
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample (multiple)'),
sample_attribute_type: SampleAttributeType.find_by(title: 'Registered Sample List'),
is_title: false,
required: true)

Expand Down

0 comments on commit 38357f1

Please sign in to comment.