Issue Number | 5254 |
---|---|
Summary | Don't continue if document save fails |
Created | 2023-06-21 10:24:20 |
Issue Type | Improvement |
Submitted By | Kline, Bob (NIH/NCI) [C] |
Assigned To | Kline, Bob (NIH/NCI) [C] |
Status | Closed |
Resolved | 2023-06-21 10:42:35 |
Resolution | Fixed |
Path | /home/bkline/backups/jira/ocecdr/issue.349273 |
In the macro for replacing a CDR document, we need to recognize when
the command has failed (for example, when the document wasn't locked)
and avoid trying to parse the response (which will not be present, since
the lower-level code will have detected the problem, logged it,
explained what happened to the user, and returned
None
).
Add a return
statement at line 2954 in such a case.
Installed on DEV.
Installed on all tiers.
Elapsed: 0:00:00.001370