Skip to content

fix: name sorting in files table is off when folder name contains a dot#2843

Merged
kulmann merged 1 commit into
mainfrom
issues/2842
Jul 9, 2026
Merged

fix: name sorting in files table is off when folder name contains a dot#2843
kulmann merged 1 commit into
mainfrom
issues/2842

Conversation

@AlexAndBear

@AlexAndBear AlexAndBear commented Jul 8, 2026

Copy link
Copy Markdown
Member

Description

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

}

export const extractExtensionFromFile = (resource: Resource): string => {
if (resource.isFolder || ['folder', 'directory'].includes(resource.type)) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this was deliberately changed to support apps being registered on "folder name extensions", e.g. notes or vault. need to find a different solution for sorting / must not rely on the extension being present as grouping criterion.

@kulmann
kulmann merged commit edb9fd1 into main Jul 9, 2026
29 checks passed
@kulmann
kulmann deleted the issues/2842 branch July 9, 2026 11:32
@openclouders openclouders mentioned this pull request Jul 9, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Dot in folder name sorts unexpected

2 participants