Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

feat(appointments) reason field no longer labelled as a required field when making appointments. #2003

Merged
merged 15 commits into from
Apr 23, 2020

Commits on Apr 21, 2020

  1. npm yarn install

    JDarke committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1f19bb8 View commit details
    Browse the repository at this point in the history
  2. fix(src/components/input/textfieldwithlabelformgroup.tsx): update Label

    Reason field on new appointment screen no longer a required field.  Line 21, Label element now takes
    isRequired attr from interface Props.
    
    fix HospitalRun#1997
    JDarke committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1d922c7 View commit details
    Browse the repository at this point in the history
  3. revert(package.json): remove yarn listing

    Previously added a listing for yarn in the dependencies in package.json.  This commit undoes that.
    
    re |
    JDarke committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7efe678 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into master

    HospitalRun Bot committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c7dba69 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into master

    HospitalRun Bot committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    ba91b21 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    404a7a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6a2523c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9f8c1d7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9bfb378 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    71cd8b0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8cac332 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    92ad7f7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into master

    HospitalRun Bot committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b7e355a View commit details
    Browse the repository at this point in the history
  9. test(textfieldwithlabelformgroup.test.tsx): add test to Label isRequired

    Added a test case to test if the Label receives the isRequired prop on required fields
    
    re HospitalRun#2003
    JDarke committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    36b889e View commit details
    Browse the repository at this point in the history
  10. refactor(textfieldwithlabelformgroup.test.tsx): make props semantic

    Changed const expectedValue to const expectedRequired, named for prop isRequired
    
    re HospitalRun#2003
    JDarke committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7791d9e View commit details
    Browse the repository at this point in the history