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

Sortering af Afdelinger og Foreninger er efter Uppercase #939

Conversation

mhewel
Copy link
Contributor

@mhewel mhewel commented Jul 12, 2023

No description provided.

Copy link
Contributor

@rasmusselsmark rasmusselsmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@what-the-diff
Copy link

what-the-diff bot commented Aug 20, 2023

PR Summary

  • Import enhancement in Django Database Models
    An additional import statement has been written to bring in the Upper function from the django.db.models.functions. This function helps us capitalize database entries for consistent data formatting.

  • Improvement in form field display in Admin User Information
    A new method called formfield_for_manytomany has been introduced in the AdminUserInformationInline class. This organizes the display of departments and unions by their names in order of ascending alphabet sequences. This means the team names will appear in a more structured, easy-to-find manner on the interface - leading to improved user experience.

@rasmusselsmark rasmusselsmark merged commit c9e6078 into master Aug 20, 2023
2 checks passed
@rasmusselsmark rasmusselsmark deleted the 938-bug-admin-brugere-liste-af-afdelinger-er-ikke-sorteret branch August 20, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]Admin > Brugere: Liste af afdelinger er ikke sorteret
2 participants