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

Various fixes #1624

Merged
merged 6 commits into from
Dec 18, 2024
Merged

Various fixes #1624

merged 6 commits into from
Dec 18, 2024

Conversation

NicoPennec
Copy link
Member

Problem

  • On the timesheets tab, clearing the selected date raises an error on loading data.
  • On the Task Type page, the Estimation tab fails to load.
  • The newsfeed page may display news inconsistently (missing news or unwanted production news)
  • Can't edit past timesheets at all anymore #1622
  • Sentry no longer runs on Kitsu 0.20

Solution

  • Disable the clear date button to avoid sending an invalid date to the API.
  • Fix estimation display (wrong caching of entity maps).
  • Fix news loading (Improve init data and load more data).
  • Fix available dates on timesheets (parameters reverted).
  • Enable Sentry (fix the SDK configuration for Vue 3).

To avoid sending an invalid date to the API
Wrong caching of entity maps
Convert to async functions
Fix sentry sdk configuration for Vue 3
@frankrousseau frankrousseau merged commit 4a2e7b1 into cgwire:main Dec 18, 2024
6 checks passed
@frankrousseau
Copy link
Contributor

Thank you!

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.

2 participants