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ダウンロードした際に、並び順が受信日時降順となっていない #1526

Closed
fuchigam1 opened this issue Aug 25, 2020 · 0 comments

Comments

@fuchigam1
Copy link
Collaborator

概要

受信データをcsvファイルでダウンロードした際に、管理側一覧表示と異なる並び順でデータが入っているケースがありました。
受信データを取得する箇所で order指定がないため、MySQLでの以下の動作となっていました。

・受信データをcsv化する際に取得する条件に、並び順指定(order)が入っていない。並び順指定は「未指定」で取っている
・並び順が未指定時は、mysqlは「並び順を決定せずに取ってくる」ので、並び順が受信データ作成日時ではなく、未決定状態で取られてくる

baserCMS version : 4.3.6

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

No branches or pull requests

1 participant