progress indicators, bug fixes, after a while

This commit is contained in:
Kwesi Banson
2023-12-13 12:13:47 +00:00
parent ea6d83e5d9
commit bc97f69748
1283 changed files with 1010757 additions and 7379 deletions

View File

@@ -30,6 +30,12 @@ class GeneralDocumentsRequest extends FormRequest
'document_one_name' => 'required_with:document_one.*',
'document_two_name' => 'required_with:document_two.*',
'document_three_name' => 'required_with:document_three.*'
/*
revisit this again and make it work: for now i will use a custom validation in the controller
'document_one_name' => 'required_with_all:document_one.*,document_one_category.*',
'document_two_name' => 'required_with_all:document_two.*,document_two_category.*',
'document_three_name' => 'required_with:document_three,document_three_category'
*/
];
}
}