1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

ZIP Exports: Added ID checks and testing to validator

This commit is contained in:
Dan Brown
2024-11-18 15:53:21 +00:00
parent c2c64e207f
commit e2f6e50df4
10 changed files with 130 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ return [
'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
'zip_model_expected' => 'Data object expected but ":type" found.',
'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
// Custom validation lines
'custom' => [