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

Database: sorting of strings different in local and official test servers #1728

Closed
neoheat opened this issue May 27, 2024 · 3 comments
Closed
Assignees
Milestone

Comments

@neoheat
Copy link
Collaborator

neoheat commented May 27, 2024

Application
admin

Describe the bug
On the personal development servers, the database uses the locals from the underlaying OS. This causes a different sorting (visible in the list view of admin/inventory pools) as in the official test or productive servers.

On the personal development servers, the data entries beginning with capital letters are higher prio and therfore listed before lower case.

Example

To Reproduce

Steps to reproduce the behavior:

  1. Login into personal test server
  2. go to inventory pools list view
  3. check sorting (example: AV-Services is sorted before Ausleihe Toni-Areal)
  4. Login in offical test server
  5. go to inventory pools list view
  6. check sorting (example: Ausleihe Toni-Areal is sorted before AV-Services) -> which is correct
  7. compare the two sortings

Expected behavior
The sorting should be as in the official test servers. The sorting should not favour capitalised letters.

Screenshots
Image
Image

Desktop (please complete the following information):

  • Device: all
  • OS & Version: all
  • Browser & Version: all
@neoheat neoheat added the bug label May 27, 2024
@neoheat
Copy link
Collaborator Author

neoheat commented Aug 14, 2024

postgres-default is taking the local from os

solution to be further analysed

@DrTom
Copy link
Contributor

DrTom commented Aug 21, 2024

Screenshot 2024-08-21 at 10 19 52

@neoheat
Copy link
Collaborator Author

neoheat commented Aug 21, 2024

changed in ansible setup

@neoheat neoheat closed this as completed Aug 21, 2024
@neoheat neoheat added this to the 7.7.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants