mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[PR #1977] [MERGED] fix: bugs introduced in separate-tables
#11594
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1977
Author: @Fredkiss3
Created: 12/4/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @miloschwartz
Base:
clients-user← Head:fix/some-fixes📝 Commits (4)
0ceed4c📦 update lockfiled37ff6e🐛 resource rols & resource clients shouldn't have the same query key1c5c36f♻️ set thestaleTimeto Zero for queries so that they are refetched everytimeba09479♻️ organize imports📊 Changes
4 files changed (+934 additions, -7 deletions)
View changed files
📝
package-lock.json(+931 -3)📝
src/app/[orgId]/settings/resources/client/page.tsx(+1 -2)📝
src/components/TanstackQueryProvider.tsx(+1 -1)📝
src/lib/queries.ts(+1 -1)📄 Description
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
Other changes:
staleTimefor queries to0so that all queries are always refetched when needed, this allows us to not need to invalidate queries when updating data.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.