thomasbrueggemann / paperless-desktop

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

Sorting tag list by name #37

Closed NickBusey closed 6 years ago

NickBusey commented 6 years ago

Closes #35

Describe the changes you made

I changed the tag request api call to return tags sorted by name.

Why were these changes necessary/desired?

Now the tag list is easier to read

How can the changes be tested?

Look at your tags. They're alphabetical!

Did you already test the changes?

Indeed.

thomasbrueggemann commented 6 years ago

Thanks!