-
Notifications
You must be signed in to change notification settings - Fork 31
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] version_modules: create version product when MO is confirmed #93
Conversation
product_version = version_obj._find_create_version( | ||
self.product_id.id, self.custom_value_ids) | ||
if product_version: | ||
self.product_version_id = product_version |
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.
Por qué no asignar directamente?
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.
ok zuzenduta
c71b09b
to
10fa085
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.
:+1
81c134b
to
4f98f9f
Compare
4f98f9f
to
f3226c7
Compare
Codecov Report
@@ Coverage Diff @@
## 12.0 #93 +/- ##
==========================================
+ Coverage 61.99% 63.68% +1.68%
==========================================
Files 25 28 +3
Lines 842 950 +108
==========================================
+ Hits 522 605 +83
- Misses 320 345 +25
Continue to review full report at Codecov.
|
No description provided.