Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek created an issue. See original summary.

dsnopek’s picture

Status: Active » Needs review
FileSize
6.12 KB

Here's the patch

dsnopek’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)

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

izmeez’s picture

I appreciate that this issue is closed but it may be the best place to ask this question.

Does this patch also need a system_update similar to what was added to D7 modules/system.install

/**
 * Add 'jquery-extend-3.4.0.js' to the 'jquery' library.
 */
function system_update_7082() {
  // Empty update to force a rebuild of hook_library() and JS aggregates.
}

D7 also includes another system_update for all cache tables to use expire and created for their indexes. Is this also needed for D6?