Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

viveak910
Copy link
Contributor

@viveak910 viveak910 commented Jun 7, 2025

Fix cBioPortal/cbioportal#11579

What does this PR do?

  • Updates the header label to "Data Types"
  • removes Molecular Profile

Integration Tests

✅ Integration tests passed successfully after this change with no issues.

Checks

  • Integration tests pass
  • Commit message follows conventional commit format
  • No clinical attribute logic added
  • PR ready for review
Screenshot 2025-06-07 at 8 59 39 PM


export enum MultiSelectionTableColumnKey {
GENE = 'Gene',
MOLECULAR_PROFILE = 'Molecular Profile',
Copy link
Collaborator

Choose a reason for hiding this comment

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

@viveak910 this seems risky. the enum is named "...key" which suggests perhaps it is used for logical purposes somewhere. If in fact it is only a label, lets rename the enum

Copy link
Collaborator

Choose a reason for hiding this comment

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

otherwise, maybe we can create an override or something on the component

Copy link
Collaborator

Choose a reason for hiding this comment

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

made this change

{columnKey}
</div>
);
return <></>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

@viveak910 this is a more surgical fix i think

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it, thanks @alisman ! That makes sense — a more surgical fix indeed. Appreciate the clarity 🙌

@alisman alisman merged commit 8b0663f into cBioPortal:master Jun 12, 2025
13 of 15 checks passed
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.

On Study View Update Genomic Profile -> Data Types

4 participants