-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix spec tests with new Household Enrollments table design #4983
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 tasks
* Add file to CDE (first pass) * Fix bad merge * Fix some todos (still wip) * Support re-saving * Clean up and fix todos * Remove file when CDE is removed * PR feedback (some) * maybe, tentatively, support viewing previously uploaded blobs * Revert "maybe, tentatively, support viewing previously uploaded blobs" This reverts commit 44be811. * Prevent save without submit on file assessments * Actually prevent save * Add todo * Add spec * Make small code style update * Add File to cascade models in utility * Use merge scope Co-authored-by: Elliot <[email protected]> * address pr feedback on supports_save_in_progress * Partially address PR feedback * improve comment Co-authored-by: Gig <[email protected]> * Clarify and add comments * Remove validation * Add test case for duplicate value * Deduplicate identical values * Fix failing spec tests * Fix mistake * Remove deprecated * Fix mistake * Fix spec * Access control check on resubmitted files * Improve code from PR suggestion * Fix test failures (I hope) --------- Co-authored-by: Elliot <[email protected]> Co-authored-by: Gig <[email protected]>
* Break client PII out of client view for OP analytics * Better structure file
* Cleanup for identified SAGE Test issues - APR/CAPER: Q10D, Q16, Q18, Q22C, Q23D, Q23E, Q24A, Q25B, Q25J, Q27H, & Q12 matching Q5a * clean up Q24D - Different Preferred Language * minor updates * missed in last commit
* Captive Portal Updates * minor updates * rubocop
4 tasks
Closing in favor of #5012 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging this PR
Description
GH issue: https://github.com/open-path/Green-River/issues/6825
Corresponding frontend PR: greenriver/hmis-frontend#989
The Household Enrollments table is adopting the new table actions convention, so there is now a ButtonLink for accessing the client enrollment rather than a link-ified client name. This PR updates the spec tests so they can find the new ButtonLink.
Type of change
Spec test fix
Checklist before requesting review