-
Notifications
You must be signed in to change notification settings - Fork 656
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
受注編集時にすでに受注にセットされている顧客情報を書き換えない #4997
受注編集時にすでに受注にセットされている顧客情報を書き換えない #4997
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.0 #4997 +/- ##
=========================================
Coverage 76.19% 76.20%
Complexity 6124 6124
=========================================
Files 437 437
Lines 20744 20744
=========================================
+ Hits 15806 15807 +1
+ Misses 4938 4937 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@yshirai-joolen |
49ca093
to
035b001
Compare
@matsuoshi |
Codecov Report
@@ Coverage Diff @@
## 4.1 #4997 +/- ##
============================================
- Coverage 68.35% 68.35% -0.01%
Complexity 6036 6036
============================================
Files 456 456
Lines 24945 24945
============================================
- Hits 17052 17050 -2
- Misses 7893 7895 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
概要(Overview・Refs Issue)
管理画面で受注を編集する時に、受注にセットされている顧客情報を、その時点の顧客情報で上書きしないようにします。
#4059
方針(Policy)
Issueでの議論では初回受注作成時の判定は
$Order->getId()
のチェックで行うということでしたが、すぐ後のコードでnull === $Order->getOrderStatus()
を用いて初回の作成を判定していたため、その中に処理をまとめました。マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目