fix: bugs introduced in separate-tables #559

Closed
opened 2026-04-05 17:19:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Fredkiss3 on 12/4/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

there was one bug introduced in #1960 and #1967

  • resource roles & resource clients queries had the same query key

Other changes:

  • updated the staleTime for queries to 0 so that all queries are always refetched when needed, this allows us to not need to invalidate queries when updating data.
*Originally created by @Fredkiss3 on 12/4/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description there was one bug introduced in #1960 and #1967 - resource roles & resource clients queries had the same query key **Other changes:** - updated the `staleTime` for queries to `0` so that all queries are always refetched when needed, this allows us to not need to invalidate queries when updating data.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#559