-
Notifications
You must be signed in to change notification settings - Fork 96
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
Patch Open Web Page action, some URL were not displayed #2991
Conversation
final URL example = getExampleURL(resource_name); | ||
if (example != null) | ||
{ | ||
try | ||
{ | ||
example.openStream().close(); | ||
return true; | ||
canOpenUrl = true; |
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.
Why change the handling of example:... URLs?
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.
I'm using a flag for code coverage, but I can get back to original code if it's an issue
app/display/model/src/main/java/org/csstudio/display/builder/model/util/ModelResourceUtil.java
Outdated
Show resolved
Hide resolved
The modifications are done in PR #3246 |
Resol |
see issue #2990