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

Don't scramble references when creating a new project version #2271

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Jul 3, 2024

  1. NewProjectVersionForm: set order field for references.

    Reference (and PublishedReference) objects have an "order" field which
    is supposed to determine the order the references are displayed.
    
    This field is not set or used consistently.  Try to make the situation
    less bad for new active projects, by creating references in order (so
    that the order of their "id" will match the order of their "order")
    and also copy the "order" from the published project.
    Benjamin Moody committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6b42613 View commit details
    Browse the repository at this point in the history