Skip to content

Conversation

@malwilley
Copy link
Member

We have an opt-out flag for redirects that we use to be able to test the old UI while we make the new one. This should not apply to notification links however. We still want those to direct to the new UI, so this adds a carve-out for that situation.

@malwilley malwilley requested a review from a team December 11, 2025 18:19
@malwilley malwilley requested review from a team as code owners December 11, 2025 18:19
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 11, 2025
);
const shouldRedirectToWorkflowEngineUI =
!user.isStaff && organization.features.includes('workflow-engine-ui');
!hasRedirectOptOut && organization.features.includes('workflow-engine-ui');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, but I missed this when adding the feature flag

@malwilley malwilley merged commit fc633be into master Dec 11, 2025
48 of 49 checks passed
@malwilley malwilley deleted the malwilley/feat/always-redirect-from-alerts-when-clicking-from-notification branch December 11, 2025 18:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants