Allow admins to edit assigned volunteers on edit casa_case page#287
Conversation
|
it looks like the build is failing with: That's probably just the new UI element showing up in an unspecific page search |
I think there may be an issue with Javascript on Travis? In its previous state, this test was passing on Travis but failing for me locally. This new version is passing for me locally, but failing here. By default the dashboard page should only be showing the "Active" volunteers, so it should hide the 2 "inactive" volunteers, but it looks like it is showing everything for some reason. |
Yeah I just edited the test, and it's still failing even after the initial expect was removed. It looks like the jquery datatable filtering isn't working on Travis for some reason. I'll look into it now. |
|
Looks like there was an error with this test after we tried debugging some of the issues with the Heroku CSS. For some reason, upgrading some of the npm packages caused the issue, might have to be careful with that in the future in case we do have to upgrade. I reverted the versions for now, and everything appears to be fixed. |
|
Thanks!! |
What github issue is this PR for, if any?
Resolves #90
Checklist
/docsbundle exec rakepasses locallyWhat changed, and why?
This PR gives admins the ability to assign and unassign volunteers on the existing edit_casa_case view.
How will this affect user permissions?
Only admins can access the new page
How is this tested?
New tests have been added and local testing
Screenshots please :)