You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a viewer from a ZIP file with no directory structure, the "download filing documents" link will be present on the viewer settings menu. If you create a viewer from a report package, the menu option is not present.
The code currently checks that the parent directory of the filing path ends in .zip which isn't the case in a report package due to the additional directory structure within the ZIP.
Version
1.1.147
With which browsers are you experiencing the bug?
Chrome
Documents
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
When fixing this, we might consider also adding an option to disable the "download filing documents" behaviour. ESEF report packages can be very large, and this feature makes a copy of the file being linked to.
I'd suggest removing the support for embedding the original ZIP (I'd be surprised if anyone wants that) and instead add a non-default --download-url option that allows specifying a separate external download URL.
What happened?
If you create a viewer from a ZIP file with no directory structure, the "download filing documents" link will be present on the viewer settings menu. If you create a viewer from a report package, the menu option is not present.
The code currently checks that the parent directory of the filing path ends in
.zip
which isn't the case in a report package due to the additional directory structure within the ZIP.Version
1.1.147
With which browsers are you experiencing the bug?
Chrome
Documents
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: