-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bug 567032 issue floating license configuration wizard #501
Conversation
Move Issue floating license dialog further, ready for ECP Signed-off-by: eparovyshnaya <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #501 +/- ##
============================================
- Coverage 31.15% 31.07% -0.08%
Complexity 279 279
============================================
Files 806 808 +2
Lines 17525 17563 +38
Branches 1093 1096 +3
============================================
- Hits 5460 5458 -2
- Misses 11831 11871 +40
Partials 234 234
Continue to review full report at Codecov.
|
Update `licenses` emf forms according to meta-model version evolution Signed-off-by: eparovyshnaya <[email protected]>
} | ||
if (license != null) { | ||
try { | ||
ECPSWTViewRenderer.INSTANCE.render(base, license, properties); |
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.
Each call will add more "license controls" to the base
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.
Please ensure that you do not call "render" more than once
Move Issue floating license dialog further, ready for ECP
Signed-off-by: eparovyshnaya [email protected]