Actions
Bug #30682
closedtasks api has wrong subtotal with dashboard filters
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Foreman plugin
Target version:
-
Description
When dashboard filters are used the correct tasks are shown but the 'subtotal' field isn't calculated correctly
for example total number of tasks is 50, and scheduled is 5.
https://FOREMAN/foreman_tasks/api/tasks?page=1&search=state%3D+scheduled&include_permissions=true
returns subtotal:5
https://FOREMAN/foreman_tasks/api/tasks?state=scheduled&page=1&include_permissions=true
returns subtotal:50
Actions