Problem/Motivation

panels_node_update_7302 is written as a multipass update hook, but it doesn't accept a sandbox argument. Consequently, it stops after processing 1000 (one pass).

Proposed resolution

Write a new update hook that accepts a sandbox argument.

Considering this major, since it leads to inaccessible pages for anyone using panels_node for over 1000 pieces of content.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rbayliss created an issue. See original summary.

rbayliss’s picture

Status: Active » Needs review
FileSize
1.9 KB
Dan_Scott’s picture

Thanks for this patch. The update worked for us (we have over 3000 pieces of content, and I was scratching my head all day!)

rbayliss’s picture

Nice, glad it was helpful. Any thoughts from the maintainers about getting this in?

DamienMcKenna’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#2192993: Change panels_update_7302 to use a batch to update records

Lets combine efforts on #2192993: Change panels_update_7302 to use a batch to update records which is rewriting update 7302.