jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 357 forks source link

[BUG] Sorting tags by color does not work #1742

Open riker09 opened 1 year ago

riker09 commented 1 year ago

Describe the bug When click on the header field for the "Color" column the order of the tags never changes.

To Reproduce Steps to reproduce the behavior:

  1. Go to "Tag Management"
  2. Click on "Color" table header
  3. See little arrow besides header name but no changes in sort

Expected behavior The tags should be sorted alphabetically by their hex value

Relevant information

Pretty much a standard installation, afaik. Sorting other columns like tag name does work and the little arrow appears and changes direction after repeated clicks, so my guess would be the data type for the column is wrong or undefined?

slankes commented 1 year ago

paperless-ng is pretty much abandoned. Have a look at https://github.com/paperless-ngx/paperless-ngx for a maintained fork.

riker09 commented 1 year ago

Damn, I knew that the -ng was abandoned. Accidentally posted this to the wrong repo regardless... 😅

[EDIT] FWIW, here's the same issue in the forked ngx repo: https://github.com/paperless-ngx/paperless-ngx/issues/2452