Skip to content
Snippets Groups Projects

LIBTD-1425: Compel Seamus admin_set_id cleanup

Merged Janice J Kim requested to merge LIBTD-1425 into dev
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -194,5 +194,11 @@ namespace :seamus do
work.duration = nil
work.save!
end
if work.admin_set_id.nil?
puts "Setting admin_set_id to 'admin_set/default' for work id: " + work.id
work.admin_set_id = "admin_set/default"
work.save!
end
end
end
Loading