It seems there is a serious problem with the (sub)module for the Stock reports.

/**
 * Implements hook_views_pre_execute().
 */
function commerce_reports_stock_views_pre_execute(&$view) {
  // Prime the stock reports data set into static cache.
  _commerce_reports_stock_calculate_dataset();
}

It interferes with all the Views.
It (could) breaks Drupal commerce systems: Bad performance too.

Comments

mglaman’s picture

Marking this under the beta2 release plan #2425267: [META] 4.0 Beta2 Release Plan

  • mglaman committed d2cea9d on 7.x-4.x
    Issue #2462357: Stock Reports Views interference
    
mglaman’s picture

Status: Active » Fixed

Ouch, thanks for pointing that out. Fixed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.