mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
[bug] incomplete error message during fix:recursive_events_over_DST
This commit is contained in:
parent
b4ad300a2c
commit
d6ef5704b7
@ -82,7 +82,7 @@ namespace :fablab do
|
||||
|
||||
if failed_ids.size > 0
|
||||
puts "WARNING: The events with IDs #{failed_ids} were not found.\n These were initial events of a recurrence.\n\n You may have to correct the following events manually (IDs): "
|
||||
puts "#{Events.where(recurrence_id: failed_ids).map(&:id)}"
|
||||
puts "#{Event.where(recurrence_id: failed_ids).map(&:id)}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user