You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: