forked from xwiki-contrib/application-task
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
XWiki 14.10.6, with lates version of extension v3.0.2
STEPS TO REPRODUCE
- Create several tasks with different status "To Do", "In Progress" and "Done"
- Go to any dedicated page or sandbox, and add task report macro or easily copy/paste this code in source of the page
{{task-report pages="TaskManager.WebHome" columns="name,assignee,status,duedate,completeDate,owner" status="ToDo"/}}
ACTUAL RESULT
Macro prints wrongly tasks, in livetable you'll see tasks with status "In Progress"

EXPECTED RESULT
Macro displays tasks with status "ToDo"
Reactions are currently unavailable

