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

商品CSV登録時に商品説明等の改行が消える #4647

Closed
dk-umebius opened this issue Aug 13, 2020 · 1 comment
Closed

商品CSV登録時に商品説明等の改行が消える #4647

dk-umebius opened this issue Aug 13, 2020 · 1 comment
Labels
Milestone

Comments

@dk-umebius
Copy link
Contributor

dk-umebius commented Aug 13, 2020

概要(Overview)

商品CSV登録時に商品説明等のCSVフィールド内改行が消える(項目内の最初の方のみ)

フロント表示時にはテンプレート内で改行をbrタグに変換しているので、
CSVエクスポート→再インポートすると表示が変わってしまう可能性あり。

CsvImportService.phpで \SplFileObject::DROP_NEW_LINEのオプションを外せば良いのかと思いますが、未確認です。

<コミュニティより>
https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=24413&forum=11&post_id=99322

<PHPのバグ報告>
https://bugs.php.net/bug.php?id=69181

期待する内容(Expect) or 要望 (Requirement)

改行が維持されたままデータベースに登録される

再現手順(Procedure)

CSV上で商品説明(詳細)の項目を"AAAA\nBBBB"として商品CSV登録を行う
→ 改行コードが消えている

環境 (environment)

  • EC-CUBE: 4.0.4
  • PHP: 7.2
@chihiro-adachi
Copy link
Contributor

#4942 で対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants