Hello Michael,
Yes, this is due to
http://jira.xwiki.org/jira/browse/XWIKI-3177.
Starting 1.8M2, XWiki does not send all JavaScript and CSS files
automatically to the browser to optimize page serving speed. Wiki pages
(and thus applications) have now to explicitly request certain files
that most of the times are useless. I just added a note stating this on
1.8M2 release notes migration section:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise18M2#HA…
I uploaded a new version of the TaskManagerApplication that fixes this
issue, too. If you don't want to go through the upgrading process, edit
your Tasks.WebHome page, and add the following lines at the beginning:
## Starting XE 1.8M2, table filters JS and CSS are not automatically
sent to the client with all pages.
## If the jsfx and ssfx plugins are present (introduced in 1.8 M2 too),
we ask them to explicitely
## inject the proper <script> and <link> tags in the HTML header.
#if($xwiki.jsfx)
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js")
#end
#if($xwiki.ssfx)
$xwiki.ssfx.use("js/xwiki/table/table.css")
#end
Hopes this helps,
Regards,
Jerome.
Michael Beetz wrote:
Hi all,
The Task Manger Application doesn't show the table filter anymore any
idea?
Thanks
mb
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users