-
Notifications
You must be signed in to change notification settings - Fork 99
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
Component merge does not seem to be able to handle complex fields #596
Labels
bug
Something isn't working
Milestone
Comments
1 task
lepokle
added a commit
to siemens/sw360
that referenced
this issue
Sep 25, 2019
* Merging complex fields This commits fixes the merge of the two complex fields 'external ids' and 'additional data' in components. * Style impprovements Layout and style of merge wizard have been improved. Style for DisplayMap (for external ids and additonal data) has been improved. Closes eclipse-sw360#596 Signed-off-by: Leo von Klenze <leo.vonklenze@scansation.de>
lepokle
added a commit
to siemens/sw360
that referenced
this issue
Sep 29, 2019
* Merging complex fields This commits fixes the merge of the two complex fields 'external ids' and 'additional data' in components. * Style impprovements Layout and style of merge wizard have been improved. Style for DisplayMap (for external ids and additonal data) has been improved. Closes eclipse-sw360#596 Signed-off-by: Leo von Klenze <leo.vonklenze@scansation.de>
lepokle
added a commit
to siemens/sw360
that referenced
this issue
Sep 30, 2019
* Merging complex fields This commits fixes the merge of the two complex fields 'external ids' and 'additional data' in components. * Style impprovements Layout and style of merge wizard have been improved. Style for DisplayMap (for external ids and additonal data) has been improved. Closes eclipse-sw360#596 Signed-off-by: Leo von Klenze <leo.vonklenze@scansation.de>
lepokle
added a commit
to siemens/sw360
that referenced
this issue
Sep 30, 2019
* Merging complex fields This commits fixes the merge of the two complex fields 'external ids' and 'additional data' in components. * Style impprovements Layout and style of merge wizard have been improved. Style for DisplayMap (for external ids and additonal data) has been improved. Closes eclipse-sw360#596 Signed-off-by: Leo von Klenze <leo.vonklenze@scansation.de>
lepokle
added a commit
to siemens/sw360
that referenced
this issue
Oct 1, 2019
* Merging complex fields This commits fixes the merge of the two complex fields 'external ids' and 'additional data' in components. * Style impprovements Layout and style of merge wizard have been improved. Style for DisplayMap (for external ids and additonal data) has been improved. Closes eclipse-sw360#596 Signed-off-by: Leo von Klenze <leo.vonklenze@scansation.de>
lepokle
added a commit
that referenced
this issue
Oct 3, 2019
…plex-fields fix(merge): allow merging of complex fields, style improvements review-by: nutan.das@siemens.com tested-by: nutan.das@siemens.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the backend code of the component merge looks like that it is not build to handle complex fields like
externalIds
oradditionalRoles
.https://github.com/eclipse/sw360/blob/b8dffa51f6b8a4305fc7ebb16b45214b472d6ebe/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ComponentDatabaseHandler.java#L501-L509
It just merges "plainFields", Releases and Attachments.
The text was updated successfully, but these errors were encountered: