-
Notifications
You must be signed in to change notification settings - Fork 101
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
fix/svmcomponentids - do not copy svm component ids #1580
Conversation
|
(from discussion): |
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 make the property value blank and set the logic accordingly
@@ -91,6 +91,7 @@ | |||
#key.auth.givenname=GIVENNAME | |||
#key.auth.surname=SURNAME | |||
#key.auth.department=DEPARTMENT | |||
externalId.remove.while.cloning.release=com.siemens.svm.component.id |
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 remove this siemens specific key in the properties file.
Testing was successful. |
821458b
to
c3b866c
Compare
@nikkuma7 Please squash the commits |
CommonUtils.loadProperties(PortletUtils.class, PROPERTIES_FILE_PATH); | ||
Properties props = CommonUtils.loadProperties(PortletUtils.class, PROPERTIES_FILE_PATH); | ||
|
||
EXTERNALID_BLOCKLIST_CLONING_RELEASE = props.getProperty("externalId.remove.while.cloning.release", ""); |
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.
May be rename it to release.externalId.to.be.removed.while.cloning
for better readability.
frontend/sw360-portlet/src/main/java/org/eclipse/sw360/portal/common/PortletUtils.java
Show resolved
Hide resolved
628fe6d
to
c52d330
Compare
c52d330
to
0cc2f07
Compare
Issue is resolve successfully. |
Signed-off-by: Nikesh kumar <kumar.nikesh@simens.com>
0cc2f07
to
2db4244
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.
Code looks ok
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.
Code looks good
Issue:
Do not copy any SVM component ids #1587
Suggest Reviewer
How To Test?
1)Goto component tab
2)click on component name
3)select release overview
4)We will find the list of name, then click on version
5)click on edit Release button
6)Add external ids and values, then update Release button
7) then go back and click on duplicate.
8) few fields will be editable in new page(duplicate page) ex : edit version
9) click on create release button and verify external ids will be blank.
Checklist
Must: