]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Fix MixedContentTypeError in add_inbox_tags handler 3212/head
authorMoritz 'e1mo' Fromm <git@e1mo.de>
Thu, 27 Apr 2023 16:00:30 +0000 (18:00 +0200)
committerMoritz 'e1mo' Fromm <git@e1mo.de>
Thu, 27 Apr 2023 16:15:05 +0000 (18:15 +0200)
commit2674d4f03429994f621f459a2936cb7ed50e9fd7
tree230518bbc753f9ff4e12db56ebc19521587d48b2
parentd3e14818df59ccc7bc36acc42023da4c8cd9ad78
Fix MixedContentTypeError in add_inbox_tags handler

The fact that Tags were fetched while the `view_documenttype` permission
was validated caused a MixedContentTypeError, thus the document
consumptio to fail because the list of available tags could not be
fetched.
src/documents/signals/handlers.py