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: project store computed function filtering logic #3417

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

aaryan610
Copy link
Collaborator

Problem:

The existing implementation of the workspaceProjectIds and searchedProjects functions within the project store is not accurately filtering projects to match the current workspace. Instead, it retrieves all projects from the store.

Solution:

Implemented a fix by adding the necessary filtering logic to ensure that only projects belonging to the current workspace are returned by the workspaceProjectIds and searchedProjects functions.

@aaryan610 aaryan610 added 🐛bug Something isn't working 🌐frontend labels Jan 20, 2024
@aaryan610 aaryan610 added this to the v0.15-dev milestone Jan 20, 2024
@sriramveeraghanta sriramveeraghanta merged commit b3520d1 into develop Jan 20, 2024
7 of 8 checks passed
@sriramveeraghanta sriramveeraghanta deleted the fix/workspace_projects branch January 20, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🌐frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants