Skip to content

SQL queries in BitstreamDAOImpl finders do not respect bitstream_order #514

@saschaszott

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.

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