Hello! I recently purchased the recruitment module, but when trying to complete the registration, I encounter an issue: the "Summary" field is required. The curious thing is that this field is disabled in my application's configuration. When I enable it and attach something, the registration is completed successfully. However, the problem is that I don't need this field at all.
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'resume' cannot be null (Connection: mysql, SQL: insert into recruit_job_applications
(company_id
, full_name
, recruit_job_id
, location_id
, recruit_application_status_id
, email
, application_source_id
, phone
, application_sources
, cover_letter
, column_priority
, total_experience
, current_location
, current_ctc
, currenct_ctc_rate
, expected_ctc
, expected_ctc_rate
, notice_period
, resume
, photo
, gender
, date_of_birth
, last_updated_by
, added_by
, updated_at
, created_at
) values (1, Gabriel B., 1, 2, 1, genesislo015@gmail.com, 2, 3211247859, careerWebsite, wqer3t, 0, 3-4, Florida, 20, Hour, 30, hour, 15, ?, 319783aee0ddca1eecf8f6dda12c442f.jpeg, male, 1992-12-17 00:00:00, 1, 1, 2024-05-01 13:57:03, 2024-05-01 13:57:03))