Skip to content

fix(ui) Fix broken redirect on org rename #72906

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

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

markstory
Copy link
Member

When an organization changes their slug we should redirect to the new slug. This isn't working currently because of changes to OrganizationDetails that elide features by default. (#71791)

As customer-domains will soon be retried and replaced with a system configuration feature flag, I've chosen to adapt the logic for org details settings to read from ConfigStore like it will in the future.

Fixes HC-1096

When an organization changes their slug we should redirect to the new
slug. This isn't working currently because of changes to
OrganizationDetails that elide `features` by default.

As customer-domains will soon be retried and replaced with a system
configuration feature flag, I've chosen to adapt the logic for org
details settings to read from `ConfigStore` like it will in the future.

Fixes HC-1096
@markstory markstory requested review from iamrajjoshi and a team June 17, 2024 21:56
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 17, 2024
Copy link

codecov bot commented Jun 17, 2024

Bundle Report

Changes will increase total bundle size by 56 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.29MB 56 bytes ⬆️

Copy link
Member

@iamrajjoshi iamrajjoshi left a comment

Choose a reason for hiding this comment

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

thanks for this fix! 🙏🏽

@markstory markstory merged commit 5cd3825 into master Jun 18, 2024
42 checks passed
@markstory markstory deleted the fix-org-slug-rename branch June 18, 2024 14:06
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2024
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