amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
2.92k stars 422 forks source link

[bug] sorting custom fields by default value does not work #1873

Open P6g9YHK6 opened 1 month ago

P6g9YHK6 commented 1 month ago

Server Info (please complete the following information):

Installation Method:

Agent Info (please complete the following information):

Describe the bug sorting by default value does not work

To Reproduce Steps to reproduce the behavior:

  1. Go to custom fields
  2. Click on default value
  3. See error

Expected behavior proper sorting

Screenshots image

P6g9YHK6 commented 4 weeks ago

another one: image

wh1te909 commented 3 weeks ago

sort won't work if there are null/empty string fields. we'll need to implement a custom sort function for this