progress indicators, bug fixes, after a while
This commit is contained in:
@@ -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'
|
||||
*/
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user