Skip to content
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

OBPIH-5026 Change naming in the product association import #3593

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

awalkowiak
Copy link
Collaborator

No description provided.

Copy link
Member

@jmiranda jmiranda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything else looks good, but please respond to the comment I made.

@@ -26,7 +26,7 @@ class ProductAssociation {
String id
ProductAssociationTypeCode code
Product associatedProduct
BigDecimal quantity = 0
BigDecimal quantity = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like a breaking change. What's the reason for this?

Copy link
Collaborator Author

@awalkowiak awalkowiak Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmiranda To get rid of setting conversion by default to 1:0 (or 0:1) which (I think) makes no sense

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I restored the 0 here, if it might be breaking

@awalkowiak awalkowiak merged commit bd7f4b8 into release/0.8.20 Nov 2, 2022
@awalkowiak awalkowiak deleted the OBPIH-5026 branch November 2, 2022 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants