-
-
Notifications
You must be signed in to change notification settings - Fork 728
add property to set default view oncoprint #11503
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
add property to set default view oncoprint #11503
Conversation
@TJMKuijpers there is a new sonar issue introduced. can you fix it? |
@alisman sure, I will have a look at the sonarcloud error |
a0b552e
to
8815249
Compare
8815249
to
54fd80f
Compare
54fd80f
to
d57c82a
Compare
@TJMKuijpers looks like there's a conflict now? |
22835ae
to
bb29f05
Compare
@TJMKuijpers did you fix the solar issue? it still seems to report 1 problem |
|
@alisman Sonar does say that we should:
I think all the definitions in |
050345f
to
53e7cb7
Compare
53e7cb7
to
cc160af
Compare
Resolve sonarcloud issue Rebase on master
cc160af
to
6d1a06a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TJMKuijpers @alisman I think this PR looks good. I can't access Sonar's comment for some reason, but if it's only related to capitalization and naming, I believe it's fine as is.
Resolve sonarcloud issue Rebase on master
The
FrontendPropertiesServiceImpl.java
is missing the property to set the default view of oncoprint (sample vs patient).Added the following line:
oncoprint_defaultview("oncoprint.defaultview", null),