Skip to content

Commit

Permalink
Fixed super_tags migration task to set names properly for FieldGroups…
Browse files Browse the repository at this point in the history
… [ci skip]
  • Loading branch information
ndbroadbent committed Dec 10, 2011
1 parent 3a15d35 commit 98400cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/super_tags.rake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace :super_tags do

# FieldGroup
unless field_group = FieldGroup.find_by_tag_id(tag.id)
group_params = {:tag_id => tag.id, :name => tag.name + ' Details'}
group_params = {:tag_id => tag.id, :label => tag.name + ' Details'}
if dryrun?
puts group_params
else
Expand Down

0 comments on commit 98400cf

Please sign in to comment.