Skip to content

Reversed sort order of fields in detail/comparison view #674

@knallcharge

Description

@knallcharge

Feature Request / Question

I was just wondering if there's a good reason to reverse the sort order of the fields shown in the detail and comparison views.
In file src\Action\ViewDetailAction.php, line 40, krsort is used (instead of ksort) which seems a little odd when first viewing the detail page and looking for a specific field.
In src\Action\CompareAction.php after line 42 ksort($diff); could also be added to sort the entries (which don't have any specific order on that page).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions