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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(attachments): Don't use currentSession for fetching attachments #5484

Merged
merged 1 commit into from Mar 14, 2024

Conversation

mejo-
Copy link
Member

@mejo- mejo- commented Mar 14, 2024

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

馃弫 Checklist

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

@mejo-
Copy link
Member Author

mejo- commented Mar 14, 2024

/backport to stable28

@mejo-
Copy link
Member Author

mejo- commented Mar 14, 2024

/backport to stable27

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>
Copy link
Member

@grnd-alt grnd-alt left a comment

Choose a reason for hiding this comment

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

went through the changes and tested locally. Working as expected 馃挴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants