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

[stable28] fix(attachments): Don't use currentSession for fetching attachments #5486

Merged
merged 1 commit into from Mar 14, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Mar 14, 2024

Backport of PR #5484

When switching pages in Collectives, `currentSession` might still be the
session from the last page. The readonly view (`MarkdownContentEditor`)
doesn't get a session, so the outdated session is used.

Instead, always pass the session from `AttachmentResolver` to
`setAttachmentList`.

Fixes: nextcloud/collectives#1096
Fixes: nextcloud/collectives#1112

Signed-off-by: Jonas <jonas@freesources.org>
@mejo- mejo- merged commit 5bd0823 into stable28 Mar 14, 2024
58 checks passed
@mejo- mejo- deleted the backport/5484/stable28 branch March 14, 2024 16:28
@Altahrim Altahrim mentioned this pull request Mar 21, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant