Skip to content

Fix duplicated queries#679

Merged
gaspergrom merged 2 commits intomainfrom
bug/duplicated-queries
Mar 24, 2023
Merged

Fix duplicated queries#679
gaspergrom merged 2 commits intomainfrom
bug/duplicated-queries

Conversation

@gaspergrom
Copy link
Copy Markdown
Contributor

@gaspergrom gaspergrom commented Mar 22, 2023

Changes proposed ✍️

  • fixed duplicated queries on tab change
  • removed activity components for stackoverflow

Checklist ✅

  • Label appropriately with Feature, Enhancement, or Bug.
  • Tests are passing.
  • New backend functionality has been unit-tested.
  • Environment variables have been updated:
    • Local frontend configuration: frontend/.env.dist.local, frontend/.env.dist.composed.
    • Local backend: backend/.env.dist.local, backend/.env.dist.composed.
    • Configuration docs have been updated.
    • Team members only: update environment variables in override, staging and production env. files and trigger update config script.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.
  • All changes have been tested in a staging site.
  • All changes are working locally running crowd.dev's Docker local environment.

@gaspergrom gaspergrom requested a review from joanagmaia March 22, 2023 15:22
@gaspergrom gaspergrom self-assigned this Mar 22, 2023
@gaspergrom gaspergrom added the Bug Created by Linear-GitHub Sync label Mar 22, 2023
(newActiveView, oldActiveView) => {
if (newActiveView.id !== oldActiveView.id) {
setModelValue('')
model.value = ''
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just want to make sure this isn't breaking the previous fix we made a few time ago. Is search value still being cleared in the store after the tab has changed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes it clears, just it doesn't trigger refetch

@gaspergrom gaspergrom merged commit 69ac1b7 into main Mar 24, 2023
@gaspergrom gaspergrom deleted the bug/duplicated-queries branch March 24, 2023 07:43
joanreyero pushed a commit that referenced this pull request Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Created by Linear-GitHub Sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants