Hi Marco, The todo list is generated by cocoon://dashboard/todo. If you follow the various aggregations and generators, you can find there are multiple queries launched for the todo list:
cocoon://workflow/query/ReviewedActions/waitingForPublicationReview cocoon://workflow/query/ReviewedActions/waitingForDeletionReview cocoon://workflow/query/ReviewedActions/disapprovedPublication cocoon://workflow/query/ReviewedActions/disapprovedDeletion cocoon://workflow/query/MultipleSitesSite/waitingForPublicationReview cocoon://workflow/query/MultipleSitesSite/waitingForDeletionReview As you can see in the /site/workflow/sitemap.xmap is calls the query function in workflow.js. Regards, Steven On Mon, Jun 29, 2009 at 8:46 AM, Marco Casavecchia Morganti < [email protected]> wrote: > Great! > Thanks a lot for your help, I wanted to be sure that it wasn't an Hippo CMS > bug. So now i know where the problem could be. > > Can i also ask you where i can find the query launched by the todo > "perspective"? > I have some troubles with it because of our custom workflow. > > Thanks in advance. > > > Steven Grijzenhout wrote: > >> Hi Marco, >> >> I tested the hippo CMS 6.05.06 tag, the Hippo CMS trunk and the Branch. I >> can not reproduce the error or reproduce the javascript popup in any of >> these. Just to make sure, you could check if the default CMS code is >> overwritten or extended in your project. The extra code would probably in >> the /extensions/search folder or the /extensions/actions folder, and might >> produce your error. >> >> Regarding the warnings in your sitemap.log, you probably selected a >> language >> in which some translations are missing. An overview of missing >> translations >> can be found at [1]. >> >> Regards, >> >> Steven >> >> [1] http://issues.onehippo.com/browse/CMSSIX-179 >> >> >> >> On Wed, Jun 24, 2009 at 10:16 AM, Marco Casavecchia Morganti < >> [email protected]> wrote: >> >> Hi Jeroen! >>> Nice to meet you.. :) >>> >>> Sorry, I get no errors into the bugzilla console. >>> The only thing that i get is a popup window (a JS alert) that says >>> "true". >>> :( >>> >>> ..and many of these lines into the sitemap.log >>> 20090624100817707 WARN sitemap >>> (hippo.comune.intra:8080/workbench/remoteCallAjax/search/searchform.html) >>> main-5/I18nTransformer: Translation not found for attribute alt in >>> element >>> <img> >>> 20090624100817708 WARN sitemap >>> (hippo.comune.intra:8080/workbench/remoteCallAjax/search/searchform.html) >>> main-5/I18nTransformer: Translation not found for attribute title in >>> element >>> <img> >>> 20090624100817738 WARN sitemap >>> (hippo.comune.intra:8080/workbench/remoteCallAjax/search/searchform.html) >>> main-5/I18nTransformer: Translation not found for attribute alt in >>> element >>> <img> >>> 20090624100817739 WARN sitemap >>> (hippo.comune.intra:8080/workbench/remoteCallAjax/search/searchform.html) >>> main-5/I18nTransformer: Translation not found for attribute title in >>> element >>> <img> >>> >>> >>> >>> >>> Jeroen Reijn wrote: >>> >>> Hi Marco, >>>> >>>> yes this is more a warning then an error. Do you get a javascript error >>>> or >>>> something like it? >>>> >>>> Cheers, >>>> >>>> Jeroen >>>> >>>> >>>> Marco Casavecchia Morganti wrote: >>>> >>>> Bartosz Oudekerk wrote: >>>>> >>>>> Marco Casavecchia Morganti wrote: >>>>>> >>>>>> I saw that the called function (editDocumentFromSearch into the file >>>>>>> actions.js) raises an error that can be removed by changing the code >>>>>>> like >>>>>>> this: >>>>>>> >>>>>>> What's the error? >>>>>> >>>>>> Regards, >>>>>> >>>>>> I corrected the error that was this: >>>>> >>>>> 2009-06-23 17:07:32.604 ERROR flow >>>>> >>>>> (hippo.comune.intra:8080/actions/editFromSearch/content/repository/uffici/demografici/ana >>>>> >>>>> >>>>> grafe-elettorale/Elettorale/lista_consigliere_straniero_aggiunto_2009.xml) >>>>> main-6/FOM_JavaScriptInterpreter: Function 'editDocumentFromSearch' >>>>> must >>>>> have no declared arguments! Use cocoon.parameters to reach parameters >>>>> passed >>>>> from the sitemap into the function. >>>>> >>>>> >>>>> But i think it was a "warning" more than an error. >>>>> The problem is that the button still doesn't opens the documents. >>>>> >>>>> ******************************************** >>>>> >>>> Hippocms-dev: Hippo CMS development public mailinglist >>>> >>>> Searchable archives can be found at: >>>> MarkMail: http://hippocms-dev.markmail.org >>>> Nabble: http://www.nabble.com/Hippo-CMS-f26633.html >>>> >>>> >>>> >>>> -- >>> By MCM. >>> >>> << La teoria è quando si sa tutto ma non funziona niente. >>> La pratica è quando tutto funziona ma non si sa il perché. >>> In ogni caso si finisce con il coniugare la teoria con la pratica: non >>> funziona niente e non si sa il perché. >> >>> (A. Einstein) >>> ******************************************** >>> Hippocms-dev: Hippo CMS development public mailinglist >>> >>> Searchable archives can be found at: >>> MarkMail: http://hippocms-dev.markmail.org >>> Nabble: http://www.nabble.com/Hippo-CMS-f26633.html >>> >>> >>> ******************************************** >> Hippocms-dev: Hippo CMS development public mailinglist >> >> Searchable archives can be found at: >> MarkMail: http://hippocms-dev.markmail.org >> Nabble: http://www.nabble.com/Hippo-CMS-f26633.html >> >> >> > > -- > By MCM. > > << La teoria è quando si sa tutto ma non funziona niente. > La pratica è quando tutto funziona ma non si sa il perché. > In ogni caso si finisce con il coniugare la teoria con la pratica: non > funziona niente e non si sa il perché. >> > (A. Einstein) > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > > Searchable archives can be found at: > MarkMail: http://hippocms-dev.markmail.org > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html > > ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
