Defect #40323
openFilter for tracker doesn't display choice
0%
Description
Hello,
I have an issue on Redmine 5.1.1, on the issues page, when I want to applicate filter, for example "Tracker", it doesn't display the list of tracker, so it's impossible de filter and applied.

Here is my Redmine installation :
nvironment:
  Redmine version                5.1.1.stable
  Ruby version                   3.1.2-p20 (2022-04-12) [x86_64-linux-gnu]
  Rails version                  6.1.7.6
  Environment                    production
  Database adapter               Mysql2
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
Redmine settings:
  Redmine theme                  Circle (includes JavaScript)
SCM:
  Git                            2.39.2
  Filesystem                     
Redmine plugins:
  additionals                    3.2.0-main
  redmine_agile                  1.6.8
  redmine_checklists             3.1.23
  redmine_ckeditor               1.2.4
  redmine_contacts               4.4.0
  redmine_contacts_helpdesk      4.2.2
  redmine_issue_view_columns     2.0.3
  redmine_lightbox               1.0.2
  redmine_people                 1.6.5
  redmine_reporter               2.0.4
  redmineup_tags                 2.0.13
Regards.
Files
       Updated by Emmanuel REVY over 1 year ago
      Updated by Emmanuel REVY over 1 year ago
      
    
    
    
    
       Updated by Emmanuel REVY over 1 year ago
      Updated by Emmanuel REVY over 1 year ago
      
    
    
    I noticed some field aren't the http request call, for example I tried to add the field autor, it work's and we can sen in the console the http request.
But if I tried with the field tracker, there is no request http (Cf. attachement)

So, I tried to test the http request for this field ans it works : https://www.example.com/queries/filter?project_id=12&type=IssueQuery&name=tracker_id
"\" A déterminer ","113"],["\" Dysfonctionnement ","114"],["\" Assistance","115"],["\" Installation","116"],["\" Maintenance","117"],["\" Evolution","131"
I think it's a Javascript problem.