Aoe_AsyncCache icon indicating copy to clipboard operation
Aoe_AsyncCache copied to clipboard

Messages not displayed

Open sdkwebprojects opened this issue 7 years ago • 0 comments

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();

sdkwebprojects avatar Feb 23 '18 11:02 sdkwebprojects