[#2604] Warn that we are destroying an invalid ProcedurePresentation
This commit is contained in:
parent
14fd60bee7
commit
51954a6d85
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ class AssignTo < ApplicationRecord
|
||||||
# a bug somewhere else that we need to fix.
|
# a bug somewhere else that we need to fix.
|
||||||
|
|
||||||
errors = procedure_presentation.errors
|
errors = procedure_presentation.errors
|
||||||
|
Raven.capture_message(
|
||||||
|
"Destroying invalid ProcedurePresentation",
|
||||||
|
extra: { procedure_presentation: procedure_presentation.as_json }
|
||||||
|
)
|
||||||
self.procedure_presentation = nil
|
self.procedure_presentation = nil
|
||||||
errors
|
errors
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue