-
Notifications
You must be signed in to change notification settings - Fork 887
Feature: Support ZIP files to upload/download templates #11687
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
Comments
Thinking about this feature we may consider that it may be useful to protect this via RBAC role as template sources as well. |
I like this idea, so I'm going to review what we should do to support .zip files. EDIT: Let's start with ensuring backward compatibility, so:
|
@BrunoQuaresma I think that you can try to experiment with .zip files. Upload API accepts it, but to download a .zip, you can to append query param |
That is awesome. Ty! |
@BrunoQuaresma Did you find some time to play with it? |
Moving to Blocked until we have FE capacity to follow up with it. |
Zip upload is supported by the UI now. I need to evaluate changing the template editor to use zip more carefully since this part of the code is a bit fragile at the moment. |
The text was updated successfully, but these errors were encountered: