Skip to content
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

fix(ui) Going to a global saved search from a project based one #12358

Merged
merged 3 commits into from
Mar 12, 2019

Conversation

markstory
Copy link
Member

Going from a project based saved search to a global one should retain the current global search so that users without global views don't get a backend error.

Fixes SEN-251

Going from a project based saved search to a global one should retain
the current global search so that users without global views don't get
a backend error.

Fixes SEN-251
@markstory markstory requested a review from a team March 11, 2019 18:05
} else {
path = `/organizations/${organization.slug}/issues/`;
}

if (path !== this.props.location.path && !isEqual(query, this.props.location.query)) {
// TODO: Delete/revert this after testing production counts cc/ @wedamija
if (this.props.location.query[NEW_FILTERS_TEST]) {
Copy link
Member

Choose a reason for hiding this comment

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

There should be other code that needs to be removed in this file iirc

@markstory markstory merged commit 2c0cce8 into master Mar 12, 2019
@markstory markstory deleted the issue-251 branch March 12, 2019 13:51
jan-auer added a commit that referenced this pull request Mar 12, 2019
* master:
  fix(ui) Fix short-id overlap on issue details (#12343)
  fix(ui) Going to a global saved search from a project based one (#12358)
  feat(hooks): Add named hooks to events / discover Features (#12365)
  test(ui): Add test for LazyLoad props change (#12366)
  test(js): Update snapshots from Button changes (#12371)
  fix(tags): Remove timestamp tag support from issue stream (#12353)
  meta(vscode): Do not autoformat Django templates (#12350)
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants