Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
3 files
+ 40
41
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 87932fe1
    Issue #3319845 by alexpott, larowlan, catch:... · 87932fe1
    catch authored
    Issue #3319845 by alexpott, larowlan, catch: user_post_update_update_migrated_roles_followup() needs to be a hook_update_N
@@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
use Drupal\user\Entity\Role;
use Drupal\user\Entity\Role;
/**
/**
* Tests user_post_update_update_roles_followup() upgrade path.
* Tests user_update_10000() upgrade path.
*
*
* @group Update
* @group Update
* @group legacy
* @group legacy
Loading