diff --git a/swh/web/admin/deposit.py b/swh/web/admin/deposit.py --- a/swh/web/admin/deposit.py +++ b/swh/web/admin/deposit.py @@ -86,8 +86,6 @@ "reception_date": d["reception_date"], "status": d["status"], "status_detail": d["status_detail"], - "swh_anchor_id": d["swh_anchor_id"], - "swh_anchor_id_context": d["swh_anchor_id_context"], "swh_id": d["swh_id"], "swh_id_context": d["swh_id_context"], } diff --git a/swh/web/assets/src/bundles/admin/deposit.js b/swh/web/assets/src/bundles/admin/deposit.js --- a/swh/web/assets/src/bundles/admin/deposit.js +++ b/swh/web/assets/src/bundles/admin/deposit.js @@ -82,23 +82,6 @@ orderable: false, visible: false }, - { - data: 'swh_anchor_id', - name: 'swh_anchor_id', - render: (data, type, row) => { - return genSwhLink(data, type); - }, - orderable: false - }, - { - data: 'swh_anchor_id_context', - name: 'swh_anchor_id_context', - render: (data, type, row) => { - return genSwhLink(data, type); - }, - orderable: false, - visible: false - }, { data: 'swh_id', name: 'swh_id',