Skip to content

Commit

Permalink
[IMP] fs_attachment: Add history
Browse files Browse the repository at this point in the history
Add history for commit included from OCA#285 and the author to the contributors list
  • Loading branch information
lmignon authored and marcelsavegnago committed Nov 28, 2023
1 parent ed23ba1 commit 92f6727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions fs_storage/readme/newsfragments/285.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Avoid config error when using the webdav protocol. The auth option is expected
to be a tuple not a list. Since our config is loaded from a json file, we
cannot use tuples. The fix converts the list to a tuple when the config is
related to a webdav protocol and the auth option is into the confix.

0 comments on commit 92f6727

Please sign in to comment.