Skip to content

SQL queries in BitstreamDAOImpl finders do not respect bitstream_order #514

Description

@saschaszott

Problem Description

The SQL queries in the find methods of BitstreamDAOImpl currently do not take the bitstream_order attribute into account when retrieving bitstreams for a given bundle. As a result, the order of bitstreams returned does not match the order shown in the file administration UI.

The SQL queries should be updated to include an ORDER BY bitstream_order clause to ensure consistency between the database retrieval order and the UI display order.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions