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

Bookmark feature should give user fullURL (and shortened version if b… #2940

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

alisman
Copy link
Collaborator

@alisman alisman commented Dec 18, 2019

Bookmark feature should allow user to bookmark even non-core (non-session) state params. Because those params CANNOT be saved to session right now, they are discarded
Fixes cBioPortal/cbioportal#6297

…itly enabled) so that all url params (not just session) are preserved
@@ -21,6 +21,8 @@ export interface PortalSession {
}

export function saveRemoteSession(data:any){

console.log("saving session", data);
Copy link
Member

Choose a reason for hiding this comment

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

do we want to keep this console.log?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed! thanks

@jjgao jjgao temporarily deployed to cbioportal-f-shorten-dqgyo8g7d December 19, 2019 17:23 Inactive
@alisman alisman merged commit 1a5786d into cBioPortal:master Dec 19, 2019
@alisman alisman deleted the shorten branch December 19, 2019 20:49
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.

not all url parameters saved in the Share link
4 participants