Closed sea-kelp closed 9 months ago
Copied over from https://github.com/OrcaCollective/OpenOversight/pull/409
The carousel controls are not showing up.
This was caused by a commit that changed paths to face_paths https://github.com/lucyparsons/OpenOversight/pull/1070/files#diff-cb0d1be5137549bba7d2d657912ea708497d8a757e0623cb76d9d5557fe484e5
paths
face_paths
But the line controlling whether we show carousel controls is still using paths. https://github.com/OrcaCollective/OpenOversight/blob/7bf658c8d431d2db12154ba5c90017d46f19cf14/OpenOversight/app/templates/partials/officer_faces.html#L21
This commit fixes this issue.
N/A
develop
pytest
pre-commit
Description of Changes
Copied over from https://github.com/OrcaCollective/OpenOversight/pull/409
The carousel controls are not showing up.
This was caused by a commit that changed
paths
toface_paths
https://github.com/lucyparsons/OpenOversight/pull/1070/files#diff-cb0d1be5137549bba7d2d657912ea708497d8a757e0623cb76d9d5557fe484e5But the line controlling whether we show carousel controls is still using
paths
. https://github.com/OrcaCollective/OpenOversight/blob/7bf658c8d431d2db12154ba5c90017d46f19cf14/OpenOversight/app/templates/partials/officer_faces.html#L21This commit fixes this issue.
Notes for Deployment
N/A
Screenshots (if appropriate)
Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.