Skip to content

Related to issue #1451: Send snapshot created_at instead of at_date to front for display consistency

Original PR: #1461

A brief description of the purpose of the changes contained in this PR.

This piece of code fixes the inconsistency of the date send as the 'last snapshot date'. Before, the usage history tab in the analytics page was getting the correct date (created_at date) from the backend, and other tabs were getting the incorrect date (at_date date) from the backend. Now they all get the correct date.

Issues this PR resolves

Should solve Problem 2 of #1451 (closed)

Checklist

  • Code review by me
  • Hand tested by me
  • I'm proud of my work
  • Code review by reviewer
  • Hand tested by reviewer
  • CircleCi tests are passing
  • Ready to merge

Merge request reports

Loading