Skip to content

fix(FileListInfo): strip attachments folder from collectives path#2393

Merged
mejo- merged 1 commit intomainfrom
fix/files_header_strip_attachments
Apr 15, 2026
Merged

fix(FileListInfo): strip attachments folder from collectives path#2393
mejo- merged 1 commit intomainfrom
fix/files_header_strip_attachments

Conversation

@mejo-
Copy link
Copy Markdown
Member

@mejo- mejo- commented Apr 1, 2026

When opening an attachment via "Show in Files" action, the Files app opens the .attachments.<fileId> folder. Until now, the "Open in Collectives" button then pointed to a broken Collectives link as .attachments.<fileId> became part of the Collectives link.

Fixes: #2371

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits

@mejo- mejo- self-assigned this Apr 1, 2026
@mejo- mejo- added bug Something isn't working 3. to review labels Apr 1, 2026
When opening an attachment via "Show in Files" action, the Files app
opens the `.attachments.<fileId>` folder. Until now, the "Open in
Collectives" button then pointed to a broken Collectives link as
`.attachments.<fileId>` became part of the Collectives link.

Fixes: #2371

Signed-off-by: Jonas <jonas@freesources.org>
@mejo- mejo- force-pushed the fix/files_header_strip_attachments branch from 2bb8f7a to 0a16877 Compare April 15, 2026 10:54
@mejo- mejo- merged commit b1e8241 into main Apr 15, 2026
65 of 71 checks passed
@mejo- mejo- deleted the fix/files_header_strip_attachments branch April 15, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Open in collectives" from .attachments folder leads to "Page not found"

2 participants