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

TRUNK-6030 : The allergy field in the Allergy UI should validate the input string #4534

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2024

  1. TRUNK-6030

    The allergy field in the Allergy UI allows the user to enter a numeric value, considering allergies cannot have numeric name, we must validate the input string before allowing the user to procced further
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    29c680c View commit details
    Browse the repository at this point in the history
  2. TRUNK-6030

    moved `if` inside the `else` block
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c6877ea View commit details
    Browse the repository at this point in the history
  3. TRUNK-6030

    Removed `allergy.getAllergen() != null &&` as it has already been checked
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4ea96dc View commit details
    Browse the repository at this point in the history
  4. TRUNK-6030

    Comment removed
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e97ebe6 View commit details
    Browse the repository at this point in the history
  5. Update AllergyValidator.java

    TRUNK-6030: validate the input string
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    22c9a46 View commit details
    Browse the repository at this point in the history
  6. Update AllergyValidatorTest.java

    TRUNK-6030 : validate the input string
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    19764d3 View commit details
    Browse the repository at this point in the history
  7. Update AllergyValidatorTest.java

    TRUNK-6030 : validate the input string
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e4b5326 View commit details
    Browse the repository at this point in the history
  8. TRUNK-6030

    TRUNK-6030: validate the input string
    subhamkumarr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    78742af View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update AllergyValidator.java

    TRUNK-6030 : validate the input string
    subhamkumarr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    339f7eb View commit details
    Browse the repository at this point in the history