We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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出力の際に、以下の不具合が出ております。 ・複数会員の受注データをCSV出力すると、2件目以降の会員の都道府県と職業が出力されない。
CsvExportServiceの以下の部分に原因があるようです。229行目。
foreach ($query->getResult() as $iteratableResult) { $closure($iteratableResult, $this); $this->em->detach($iteratableResult); // $this->em->clear(); <--- これをコメントアウトすると問題解消します。 $query->free(); flush(); }
The text was updated successfully, but these errors were encountered:
ref #1595 ?
Sorry, something went wrong.
#1835 で修正
No branches or pull requests
受注CSV出力の際に、以下の不具合が出ております。
・複数会員の受注データをCSV出力すると、2件目以降の会員の都道府県と職業が出力されない。
CsvExportServiceの以下の部分に原因があるようです。229行目。
The text was updated successfully, but these errors were encountered: