mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Fixed Non-ASCII attachment filename will crash when downloading.
Thanks to xet7 ! Fixes #2759
This commit is contained in:
parent
843ff8eaaa
commit
c2da477735
277 changed files with 30568 additions and 52 deletions
12
packages/wekan-cfs-http-publish/http.publish.client.api.js
Normal file
12
packages/wekan-cfs-http-publish/http.publish.client.api.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Client-side is not implemented
|
||||
HTTP.publish = function() {
|
||||
throw new Error('HTTP.publish not implemented on client-side');
|
||||
};
|
||||
|
||||
HTTP.publishFormats = function() {
|
||||
throw new Error('HTTP.publishFormats not implemented on client-side');
|
||||
};
|
||||
|
||||
HTTP.unpublish = function() {
|
||||
throw new Error('HTTP.unpublish not implemented on client-side');
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue