Hello Jerome, It's working fine. However I am suggesting to add it to TasksCode/Macros - it will be available to all pages using tasks.
By the way: Is there any update to the question below? Thanks mb ======================= Michael Beetz wrote: > Hi all, > > > > I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP. The task manager application causes some problems. Updating the IssueClass once (just change for the date fields the display formats) leads to the error below. The "visible" error: No "Reporter" / "Assignee" is visible within the lists / sheets. > > > > Any ideas? > > > > Thanks > > mb > > > > org.hibernate.QueryException: expecting ''', found '<EOF>' [select > prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, > com.xpn.xwiki.objects.StringProperty as prop1, > com.xpn.xwiki.objects.StringProperty as prop2, > com.xpn.xwiki.objects.IntegerProperty as prop where > obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and > prop1.id.name='first_name' and obj.id=prop2.id.id and > prop2.id.name='last_name' and obj.id=prop.id.id and > prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb'] This is caused by a bug in the core. It will be fixed shortly. -- Sergiu Dumitriu ======================= -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jerome Velociter Sent: Thursday, February 05, 2009 1:37 PM To: XWiki Users Subject: Re: [xwiki-users] Task Manager Application without Filter - 1.8 M2 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 #HApplicationsmigration 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 > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
