The default implementation in APIBase expect all endpoints to have 'collection'
and 'deposit_id' set, but 'deposit_id' is not set when 'PUT Col-IRI' is used.
Resolves Sentry issue SWH-DEPOSIT-24
Differential D5744
Fix crash on 'PUT Col-IRI' vlorentz on May 17 2021, 2:21 PM. Authored by Tags None Subscribers None
Details
The default implementation in APIBase expect all endpoints to have 'collection' Resolves Sentry issue SWH-DEPOSIT-24
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D5744 (id=20535)Rebasing onto 70f9c14137... Current branch diff-target is up to date. Changes applied before testcommit 5719c59390e30bf738dc63797518ecc6d8cf90a9 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Mon May 17 14:20:59 2021 +0200 Fix crash on 'PUT Col-IRI' The default implementation in APIBase expect all endpoints to have 'collection' and 'deposit_id' set, but 'deposit_id' is not set when 'PUT Col-IRI' is used. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/647/ for more details. |