mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-07 03:16:01 +10:00
allow accessing admin change pages by .abid as well as .id
This commit is contained in:
@@ -78,6 +78,9 @@ class MinimalArchiveResultSchema(Schema):
|
||||
status: str
|
||||
output: str
|
||||
|
||||
start_ts: Optional[datetime]
|
||||
end_ts: Optional[datetime]
|
||||
|
||||
@staticmethod
|
||||
def resolve_created_by_id(obj):
|
||||
return str(obj.created_by_id)
|
||||
|
||||
Reference in New Issue
Block a user