Skip to content

レポートのコメント編集すると、並び順が変わる #131

Description

@akagane99

        $sql = "SELECT * " .
                " FROM {assignment_comment} " .
                " WHERE report_id = ?" .
                " ORDER BY update_time";

修正案

日誌と同様、ORDER BY insert_timeでよいと思う。

        $sql = "SELECT * " .
                " FROM {assignment_comment} " .
                " WHERE report_id = ?" .
                " ORDER BY insert_time";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions