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

SV: Fix rendering bar plot that are not loaded initially #2874

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

kalletlak
Copy link
Member

@kalletlak kalletlak requested review from alisman and zhx828 November 13, 2019 14:40
@@ -1885,7 +1884,7 @@ export class StudyViewPageStore {
!attributeChanged) {
result = this.initialVisibleAttributesClinicalDataBinCountData.result;
} else {
if (this._clinicalDataIntervalFilterSet.has(uniqueKey)) {
if (this._clinicalDataIntervalFilterSet.has(uniqueKey) || this.isInitialFilterState) {
Copy link
Member

Choose a reason for hiding this comment

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

The await might need to be updated as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like its already present

@jjgao jjgao temporarily deployed to cbioportal-f-fix-6797-kepd4hyo November 13, 2019 15:49 Inactive
@alisman alisman merged commit 765690a into cBioPortal:master Nov 13, 2019
@inodb inodb added the bug label Nov 15, 2019
@kalletlak kalletlak deleted the fix-6797 branch July 8, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants