Closed kamil4 closed 4 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication
This is because the server no longer sends the
cameraDate
field. We can rely on thetakedate
instead though.
Yes, I noticed server side that we were just setting cameraDate
if takedate
was not ''
, So I removed it when I changed the backend for an easier addition of smart albums.
I though I fixed most of the places in the front end. I guess I missed that one.
This fixes a regression I've noticed where we no longer print the take date of photos underneath their names in the album view. This is because the server no longer sends the
cameraDate
field. We can rely on thetakedate
instead though.