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

Fix attachment creation #8351

Open
lucasbordeau opened this issue Nov 5, 2024 · 1 comment
Open

Fix attachment creation #8351

lucasbordeau opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@lucasbordeau
Copy link
Contributor

lucasbordeau commented Nov 5, 2024

Scope & Context

  • Attachment creation doesn't return signed token for fullPath property and thus the Apollo cache is broken, we need to refresh the app
  • When going to files tab then coming back to rich text editor and inserting an image, all images lose their token
  • Ideally we want to fix this in the backend at query result getters

Improvements :

  • Modify the file name in attachment when it is modified from rich text editor
  • Delete the attachment when it is removed from the rich text editor ?
@lucasbordeau
Copy link
Contributor Author

@Weiko Shouldn't we add another property signedFullPath to disambiguate ? Seems like fullPath can be either signed and not signed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants