Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves #4677 - Require Business Name for Vendors #4704

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. validate the presence of business name for a vendor

    add validation for business name on vendor model, skip validation in provideable when the model is a vendor to prevent duplicate errors on invalid form submission, specs for both changes
    cassieemb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e5768a4 View commit details
    Browse the repository at this point in the history
  2. create migration to update a vendor's business name to its contact na…

    …me if business name is blank
    cassieemb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    94e439f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3c3a979 View commit details
    Browse the repository at this point in the history