-
Notifications
You must be signed in to change notification settings - Fork 94
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
Embedded editor in preview mode via NcReferenceWidget
doesn't support attachments
#6267
Comments
We should have the file id available as the file reference widget passes it to our viewer component So it might be just a matter of passing that along to the read only view in text/src/components/ViewerComponent.vue Line 20 in 3a9c4f6
|
Nice. We have to migrate from |
Also pass the `fileId` to the component. This adds support for displaying images and attachments in the read-only view. Fixes: #6267 Signed-off-by: Jonas <[email protected]>
Also pass the `fileId` to the component. This adds support for displaying images and attachments in the read-only view. Fixes: #6267 Signed-off-by: Jonas <[email protected]>
Also pass the `fileId` to the component. This adds support for displaying images and attachments in the read-only view. Fixes: #6267 Signed-off-by: Jonas <[email protected]>
Also pass the `fileId` to the component. This adds support for displaying images and attachments in the read-only view. Fixes: #6267 Signed-off-by: Jonas <[email protected]>
Describe the bug
The embedded editor in preview mode via
NcReferenceWidget
doesn't know about afileId
and therefore has notAttachmentsResolver
. That results in attachments/images not being loaded.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Server details:
The text was updated successfully, but these errors were encountered: