Actions
Defect #32299
openCannot add some filters in Gantt if Issue tracking module is disabled for the project
Status:
New
Priority:
Normal
Assignee:
-
Category:
Gantt
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
You cannot use the following filters in Gantt if Issue tracking module is disabled for the project. But other issue related filters such as Tracker, Priority, Subject, and Description can be used.
- Author
- Assignee
- Target version
- Category
- Watcher
- Updated by
- Last updated by
- Subproject
- All filters in "Assignee" group
- All filters in "Project" group
- All filters in "Relations" group
When you try to add one of the above filters, Redmine returns "403 Forbidden" response.
Started GET "/queries/filter?project_id=1&type=IssueQuery&name=author_id" for 127.0.0.1 at 2019-10-18 17:34:50 +0900 Processing by QueriesController#filter as JSON Parameters: {"project_id"=>"1", "type"=>"IssueQuery", "name"=>"author_id"} . . . Rendering common/error.html.erb Rendered common/error.html.erb (1.2ms) Completed 403 Forbidden in 16ms (Views: 6.4ms | ActiveRecord: 2.4ms)
No data to display
Actions