-
Notifications
You must be signed in to change notification settings - Fork 498
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
treatment_list url parameter lost when going from Oncoprint to Plots Tab #6737
treatment_list url parameter lost when going from Oncoprint to Plots Tab #6737
Comments
@alisman lets address this with URLWrapper work |
@adamabeshouse i agree. i wonder if it only happens when URL length is near threshold for conversion to session. |
@pvannierop this is now fixed in the following PR. You can see here: In addition all oncoprint sorting options are now read from/written to URL. PR is not quite ready for review. But we're close. I will assign it to so you can have a look. |
@alisman any updates on this? |
@Sjoerd-van-Hagen there are some complications that have come up with my fix. i will consider merging @pvannierop fix temporarily |
@alisman thanks for the update. |
This issue is fixed with PR cBioPortal/cbioportal-frontend#2726. |
Current behavior
Selecting a treatment response profile in oncoprint sets the treatment_list url parameter. Navigation to Plots Tab updates the url to be handled by session service.
Because the the treatment_list parameter is not available for Plots Tab this components gives an error that notify the user has not selected treatments in oncoprint even though the treatments were added in this component (see movie below).
Desired behavior
By selecting a treatment response profile in oncoprint the treatment_list url parameter is set. When navigating to Plots Tab the treatment_list parameter persisted and is interpreted by the Plots Tab component and is used to populate the axis menu's for treatment entries.
Analysis
The update to handle the URL by session service seems incompatible with the way the treatments axis menu is populated.
The text was updated successfully, but these errors were encountered: