Initial framework to make URL DB imports work

This commit is contained in:
Oliver 2026-02-07 00:32:47 -07:00
parent 16e61a4855
commit c70b8f938a
3 changed files with 74 additions and 1 deletions

View file

@ -73,7 +73,8 @@
"error": {
"db-out-of-date": "Database out of date, please try again.",
"document-ID-404": "Cannot find {dbType} with ID: {id}",
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission."
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission.",
"invalid-import-type": "Invalid import type: {type}"
}
}
}