EC-CUBE / EC-CUBE/ec-cube3

受注登録画面で配送先追加時にプラグインフィールドを考慮していない

Open
#44 6 comments 0 reactions 0 assignees View on GitHub
enhancement Status: discussion
Dominant language
PHP
Stars
13
Forks
26
PR merge metrics
No merged PRs in 30d

Description

## 概要(Overview)

複数配送先機能がONの状態で、受注登録画面で「お届け先を新規追加」ボタンを押下すると、値を引き継げないフィールドが存在する。

詳細に調査した訳ではありませんが、下記の箇所でPOST値ではなく```$TargetOrder```をセットしているため、```'mapped' => false```なフィールドの値がセットされないものと推測します。

https://github.com/EC-CUBE/ec-cube/blob/3.0.14/src/Eccube/Controller/Admin/Order/EditController.php#L265-L274

### 環境 (environment)
+ EC-CUBE: 3.0.14

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.