Skip to content
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

Changed action_date to created_at in activity report #15561

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Sep 25, 2024

The value of action_date is not always present, since it's largely used to back-date or forward-date actions without compromising the date the actual thing happened. This just fixes the sorting on the activity report.

Copy link

what-the-diff bot commented Sep 25, 2024

PR Summary

  • Introduction of 'action_date' field
    A new piece of information, labelled 'action_date', has been added to our reporting system, enhancing the details available in the report. Mainly, now you can see exactly when certain actions took place.

  • Field Renaming for Better Comprehension
    To improve the clarity of our reports, we've changed the name of 'action_date' to 'created_at' in the report view. This makes it more intuitive as 'created_at' clearly points out the time when an activity was initiated.

@snipe snipe merged commit c1a887b into develop Sep 25, 2024
9 checks passed
@snipe snipe deleted the fixes/adds_action_date_to_sorting branch September 25, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant