Aikau waitForPageWidgets

cancel
Showing results for 
Search instead for 
Did you mean: 
vincent-kali
Established Member

Aikau waitForPageWidgets

Hi all,

I'm developping a page using document list and paginator (AlfDocumentList & Paginator).

When putting these widgets inside a custom SimplePanel widgets (extended just to support additional css class, no other changes), communication between widgets fails (pagination is not working properly). Everything is working file when I use standard alf SimplePanel.

I noticed that the issue comes from the fact that 'ALF_WIDGETS_READY' is fired by alfresco_core_Page__allWidgetsProcessed BEFORE the alfresco_lists_AlfList__completeListSetup runs to setup its subscription.

Why alfresco_core does not 'wait' for my widgets before firing 'ALF_WIDGETS_READY' ?

Thanks,

Vincent