1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

ZIP Imports: Added validation message display, added testing

Testing covers main UI access, and main non-successfull import actions.
Started planning stored import model.
Extracted some text to language files.
This commit is contained in:
Dan Brown
2024-11-02 14:51:04 +00:00
parent c4ec50d437
commit 259aa829d4
7 changed files with 164 additions and 16 deletions

View File

@@ -106,7 +106,7 @@ return [
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
'zip_model_expected' => 'Data object expected but ":type" found',
'zip_model_expected' => 'Data object expected but ":type" found.',
// Custom validation lines
'custom' => [