Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Elisa Elisa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Bugzilla
    • Bugzilla
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • MultimediaMultimedia
  • ElisaElisa
  • Merge requests
  • !368

Fix case sensitivity sorting issue in viewsproxymodel

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Yerrey Dev requested to merge yerrey/elisa:casesensitivity into master Jun 30, 2022
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

There was an issue where in the backend the entries are sorted case insensitively, but when sorting the entries in viewsproxymodel it was done case sensitive. This caused that albums and other entries in the sidebar that started with a lower capital letter would be pushed to the bottom of the list. This discrepancy made it so you could click an album on the sidebar and the actual album that opened would be completely different that you clicked.

Before:

casesensitivity-before-2022-06-30_14.09.06

After:

casesensitivity-after-2022-06-30_14.08.04

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: casesensitivity