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

Study View: ignore case while applying filters on pie chart #2995

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

kalletlak
Copy link
Member

More updates to fix cBioPortal/cbioportal#5853

@@ -35,9 +35,18 @@ export default class PieChart extends React.Component<IPieChartProps, {}> implem
super(props);
}

@computed
get filters() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this could really use a comment to explain what's happening

Copy link
Member

@inodb inodb left a comment

Choose a reason for hiding this comment

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

Awesome! It works 🥇

@inodb
Copy link
Member

inodb commented Jan 17, 2020

Thanks so much @kalletlak ! Would be good to add a test as well: cBioPortal/cbioportal#7016. Could be good GSoC issue maybe for someone to get familiar with e2e tests

@alisman alisman merged commit 86b72fa into cBioPortal:master Jan 17, 2020
@kalletlak kalletlak deleted the fix-5853 branch July 8, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Summary view filtering bug
3 participants