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

[ENGAGE-2206] - Fix wrong project name in chats dashboard and history #570

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

mateuseduardomedeiros
Copy link
Collaborator

Description

Type of Change

    • Bugfix
    • Feature
    • Code style update (formatting, local variables)
    • Refactoring (no functional changes, no api changes)
    • Tests
    • Other

Motivation and Context

Due to an asynchronism problem, in some cases of changing projects, when accessing the dashboard or chat history, the name of the previously accessed project happened to be displayed instead of the current one viewed.

Summary of Changes

  • Fixed problem with incorrect display of the project name on the dashboard and chat history

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 40.46%. Comparing base (7a5b3eb) to head (1631ac3).

Files with missing lines Patch % Lines
src/App.vue 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #570      +/-   ##
==========================================
- Coverage   40.48%   40.46%   -0.03%     
==========================================
  Files         183      183              
  Lines        6212     6216       +4     
  Branches     1423     1424       +1     
==========================================
  Hits         2515     2515              
- Misses       3697     3701       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mateuseduardomedeiros mateuseduardomedeiros merged commit 600d161 into main Dec 16, 2024
1 check passed
@mateuseduardomedeiros mateuseduardomedeiros deleted the fix/wrong_project_name branch December 16, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants