If you have multiple module boxes in home page only the first one are loaded when you enter in Home page.
SOLUTION:
The developer added a function to reuse a class if already instanciaded, in this case ListViewController, but forget to check if the QueryGenerator has changed, also they not set the new QueryGenerator. This happen in home page where each module box contain a "Listview" object.