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出力すると、2件目以降の会員の都道府県と職業が出力されない #1682

Closed
jumemoto opened this issue Aug 18, 2016 · 2 comments
Labels
Milestone

Comments

@jumemoto
Copy link

jumemoto commented Aug 18, 2016

受注CSV出力の際に、以下の不具合が出ております。
・複数会員の受注データをCSV出力すると、2件目以降の会員の都道府県と職業が出力されない。

CsvExportServiceの以下の部分に原因があるようです。229行目。

        foreach ($query->getResult() as $iteratableResult) {
            $closure($iteratableResult, $this);
            $this->em->detach($iteratableResult);
//             $this->em->clear();   <--- これをコメントアウトすると問題解消します。
            $query->free();
            flush();
        }
@Yangsin
Copy link

Yangsin commented Aug 19, 2016

ref #1595

@Yangsin Yangsin added the bug label Aug 19, 2016
@Yangsin Yangsin added this to the 3.0.11 milestone Aug 19, 2016
@ryo-endo ryo-endo modified the milestones: 3.0.x, 3.0.11 Sep 20, 2016
@ryo-endo ryo-endo changed the title 受注CSV出力時の不具合 複数会員の受注データをCSV出力すると、2件目以降の会員の都道府県と職業が出力されない Sep 28, 2016
@ryo-endo ryo-endo added bug:High and removed bug labels Oct 3, 2016
@Yangsin Yangsin modified the milestones: 3.0.12, 3.0.x Oct 12, 2016
@chihiro-adachi
Copy link
Contributor

#1835 で修正

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