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: always include discussion title and project in listing #344

Closed
wants to merge 1 commit into from

Conversation

AyshaHakeem
Copy link
Contributor

No description provided.

Copy link

cypress bot commented Nov 17, 2024

gameplan    Run #297

Run Properties:  status check passed Passed #297  •  git commit 894bb0ad66 ℹ️: Merge 75b9fe404a83161d9fe62ee8fb277cb017d40501 into 3bc7a40af78dfade17efb435557a...
Project gameplan
Branch Review refs/pull/344/merge
Run status status check passed Passed #297
Run duration 01m 53s
Commit git commit 894bb0ad66 ℹ️: Merge 75b9fe404a83161d9fe62ee8fb277cb017d40501 into 3bc7a40af78dfade17efb435557a...
Committer Aysha
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 6
View all changes introduced in this branch ↗︎

@@ -68,14 +68,12 @@
<span :class="filters ? '' : 'hidden sm:inline'">
{{ user.full_name }}
</span>
<template v-if="!filters || !filters.project">
Copy link
Contributor

Choose a reason for hiding this comment

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

This was added so that project name is not visible if discussion list is being viewed inside project.
For e.g., /g/all-hands/projects/12/discussions/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are passing list of active projects to exclude discussions from archived projects on the discussions page. This condition is preventing display of the respective project names. Can it be passed as a prop instead, like displayProject?

@netchampfaris
Copy link
Contributor

Fixed via 7dc79c1

@AyshaHakeem
Copy link
Contributor Author

Thanks!

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.

2 participants