Skip to content

fix(settings): List all projects in context picker instead of default 1st page#116072

Merged
hobzcalvin merged 1 commit into
masterfrom
context-picker-projects
May 28, 2026
Merged

fix(settings): List all projects in context picker instead of default 1st page#116072
hobzcalvin merged 1 commit into
masterfrom
context-picker-projects

Conversation

@hobzcalvin
Copy link
Copy Markdown
Contributor

@hobzcalvin hobzcalvin commented May 21, 2026

A quick fix for something I noticed: when linked to a generic settings page from our documentation:
https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/security-and-privacy/

I was presented with a "Select a project to continue" modal that clearly listed a limited set of Sentry projects: they're alphabetically sorted and end at "I", so the main sentry project was missing.

Instead of accepting the default page size on
/organizations/{orgSlug}/projects/ we should pass ?allprojects=1 to ensure we get all projects at once.

Tested with dev-ui locally.

Before:
Screenshot 2026-05-21 at 4 24 48 PM

After:
Screenshot 2026-05-21 at 4 24 59 PM

… 1st page

A quick fix for something I noticed: when linked to a generic settings
page from our documentation:
https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/security-and-privacy/

I was presented with a "Select a project to continue" modal that clearly
listed a limited set of Sentry projects: they're alphabetically sorted
and end at "I", so the main `sentry` project was missing.

Instead of accepting the default page size on
/organizations/{orgSlug}/projects/ we should pass ?allprojects=1 to
ensure we get all projects at once.

Tested with dev-ui locally.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 21, 2026
@hobzcalvin hobzcalvin requested a review from scttcper May 21, 2026 23:26
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.63%

@hobzcalvin hobzcalvin merged commit 64a46a3 into master May 28, 2026
73 checks passed
@hobzcalvin hobzcalvin deleted the context-picker-projects branch May 28, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants