Uploading theme does not show error when file name is incorrect #28

Closed
opened 2022-08-19 21:15:51 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2022-08-19 21:15:51 +00:00 (Migrated from github.com)

Error messages are not displayed when a theme file that does not end in -theme.zip is uploaded.

Error messages are not displayed when a theme file that does not end in `-theme.zip` is uploaded.
danieljsummers commented 2023-02-09 02:58:55 +00:00 (Migrated from github.com)

No messages were being displayed for theme uploads, as the JavaScript on the client side was only run for an htmx response. File uploads must use a standard request/response. This now works both for messages pre-rendered on the server and those passed in response headers.

No messages were being displayed for theme uploads, as the JavaScript on the client side was only run for an htmx response. File uploads must use a standard request/response. This now works both for messages pre-rendered on the server and those passed in response headers.
Sign in to join this conversation.
No description provided.