Skip to content

Conversation

Z4nzu
Copy link

@Z4nzu Z4nzu commented Aug 30, 2025

This PR removes the company field from the Student Applicant web form.

  • The field was introduced in commit [4f8667b] , but it does not exist in the underlying Student Applicant DocType.

  • As a result, editing or saving the web form currently throws an error:

    Following fields are missing: Company
    
  • This patch aligns the web form with the current DocType and resolves the error reported by users.

If the maintainers feel that Student Applicant should indeed have a company field, please let me know — I’ll be happy to add it to the DocType in a follow-up PR instead of removing it here.

Steps to Reproduce the Bug:

  1. Go to Website > Web Forms > Student Applicant.
  2. Try editing or saving the web form.
  3. Observe error: “Following fields are missing: Company”.

Fix:
Removed the non-existent company field from student_applicant.json web form definition.

no-docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant