Aoe_AsyncCache
Aoe_AsyncCache copied to clipboard
Messages not displayed
Since refactoring, JobCollection->getSummary() return an empty string (empty array at start).
In both cases, successfull messages when clearing are not shown cause we never enter in foreach loop (Aoe_AsyncCache_Adminhtml_AsyncController::processAction).
Should be : return $this->getItems();