-
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
受注編集時に不必要なデータが更新される #4059
Comments
$Customer->getSex() など値がない時に、システムエラーが発生する |
@nobuhiko さん、いつもありがとうございます。
こちらのシステムエラーの問題は、すでに解決済みでしょうか? または、「受注編集時に不必要なデータが更新される」という仕様の変更してほしいということでしょうか? |
@kazumiiiiiiiiiii debugモードだとエラーが出ないでしょうか?なにぶんこれを書いたのが2018年だったので、記憶がありません。 |
@nobuhiko ご確認ありがとうございます。
回答が遅くなり、申し訳ありません。 .envでAPP_ENV=devで実行してみましたが、システムエラーは発生しませんでした。 「受注編集時に不必要なデータが更新される」状態に関しては、仕様として問題があると思うので、4.0.x以降となりますが、修正を行なっていきたいと考えております。 |
ec-cube/src/Eccube/Form/Type/Admin/OrderType.php Lines 381 to 386 in f5dd1c8
|
Issue 検討会より
|
Sex/Job/Birthは、受注の新規登録時かつ会員購入時のみ更新する |
#4997 で修正しました。 |
概要(Overview)
受注編集時に不必要なデータが更新される
期待する内容(Expect) or 要望 (Requirement)
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
src/Eccube/Form/Type/Admin/OrderType.php
The text was updated successfully, but these errors were encountered: