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

TN-3324 robust handling of unsortable patient list attributes #4414

Merged

Commits on Oct 10, 2024

  1. Merge tag 'v24.10.10' into develop

    Release v24.10.10
    ivan-c committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e4579b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fixup/table preference (#4411)

    Address a stream of 400 errors (CSRF token is missing) related to saving
    patientlist table preferences.
    Cause:
    I think the error stemmed from when an ajax request was first made to
    retrieve patient data, which is precedes by a call to save table
    preferences, the document DOM was not ready (which includes the value of
    CSRF token in an hidden element) - hence the missing CSRF token error.
    Fix:
    To add check for DOM readiness before the request to save table
    preferences is made.
    
    ---------
    
    Co-authored-by: Amy Chen <clone@cesium.cirg.washington.edu>
    achen2401 and Amy Chen authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    919ce3a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    d16a766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c898383 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Fixes found in failing testing details (#4416)

    Addressed a number of warnings in the tests, and a few random
    non-repeatable failures. Tests look to be more stable again.
    
    This does include the elimination of "integration_tests" which used
    selenium to attempt some basic browser login and such verification
    tests. They are fragile, and of little use given our required test plan
    before any release.
    pbugni authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f1cb1c8 View commit details
    Browse the repository at this point in the history