Hi Frantisek,
Does anybody have experience with this (TaskManager) application? I would
like to use it for managing tasks in our department
wiki, but it does work
correctly neither in JBoss nor local Windows XWiki.
In JBoss installation doesn't work add task. In local Windows XWiki it
works, but when I want to see all my tasks, I receive error code in title
of
tables.
Error code:
#display(TasksCode.TaskGroup1 TasksCode.IssueClass "assignee" "")
#display(TasksCode.TaskGroup1 TasksCode.IssueClass "status" "")
#display(TasksCode.TaskGroup1 TasksCode.IssueClass "severity" "")
#display(TasksCode.TaskGroup2 TasksCode.IssueClass "assignee" "")
#display(TasksCode.TaskGroup2 TasksCode.IssueClass "status" "")
#display(TasksCode.TaskGroup2 TasksCode.IssueClass "severity" "")
The display macro is defined on a page called XWiki.GWT something ... When
you imported the Task Manager XAR, did you import 2 pages that included
"GWT" in their name ?
Was the import done by an user with programming rights (not sure it plays in
this case, but it might still be better to check out).
When you edit the wiki page where your tasklist should be, do you see an
#includeTopic('XWiki.GWT something') ?
Guillaume