use new ids for ArchiveResult API

This commit is contained in:
Nick Sweeting 2024-08-17 23:03:43 -07:00
parent f72debfdb2
commit a271bcb4ce
No known key found for this signature in database
3 changed files with 12 additions and 9 deletions

View file

@ -511,7 +511,10 @@ class ArchiveResultAdmin(admin.ModelAdmin):
)
def identifiers(self, obj):
return get_abid_info(self, obj)
try:
return get_abid_info(self, obj)
except Exception as e:
return str(e)
@admin.display(
description='Snapshot Tags'