You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a subject is reused in a different workflow, usually in the case of a test project, the import into Tove from Caesar should cause an ID conflict in the database that raises an exception here:
But while this seems to be failing, an exception isn't being raised, at least not as far as Sentry. This should be looked into so we can ensure that no data is getting clobbered on import or anything like that.
The text was updated successfully, but these errors were encountered:
When a subject is reused in a different workflow, usually in the case of a test project, the import into Tove from Caesar should cause an ID conflict in the database that raises an exception here:
tove/app/services/caesar_importer.rb
Lines 17 to 20 in 33ea06b
But while this seems to be failing, an exception isn't being raised, at least not as far as Sentry. This should be looked into so we can ensure that no data is getting clobbered on import or anything like that.
The text was updated successfully, but these errors were encountered: