]> source.dussan.org Git - nextcloud-server.git/commit
Fix handling of internal errors when uploading theming files 33332/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sun, 24 Jul 2022 20:22:28 +0000 (22:22 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Sun, 24 Jul 2022 20:22:28 +0000 (22:22 +0200)
commit393c89142179454d731931e85399685237f2a1bc
tree03406688a0212034834ea43f554b3c1f42d2147f
parent051518cd63cdbb9ff0a47deaacea65f6a0df0b06
Fix handling of internal errors when uploading theming files

When a file can not be uploaded in the Theming app due to an expected
error (like an invalid mime type) the response contains a "data.message"
field. However, if the upload fails due to an unexpected error (like an
internal error, for example if the "mime_content_type" function is
disabled) there is no such field, so it should not be used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/theming/js/settings-admin.js