thomasbrueggemann / paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
GNU General Public License v3.0
582 stars 52 forks source link

fixed sidebar filter API calls #51

Closed tsia closed 4 years ago

tsia commented 5 years ago

Describe the changes you made

I changed the API Parameters for the Sidebar Filters

Why were these changes necessary/desired?

Because they didn't work

How can the changes be tested?

You have to ...

Did you already test the changes?

I tested ...

mipmip commented 5 years ago

👍

thomasbrueggemann commented 5 years ago

Okay, @tsia , to understand the changes you made: Are these new query parameters within Paperless? How do these changes raise the minimum required version of Paperless?

tsia commented 5 years ago

i just noticed that the filters don't work anymore. i had a look how the filter works that are available when browsing to /api/documents/. i'm not sure when this changed. i assume it happened with an update of the django REST framework.

thomasbrueggemann commented 4 years ago

@tsia I don't have time to maintain this project anymore, so I gave you commit access to make any changes you'd like. It would be nice to follow the style used by the rest of the code.