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
8 files
+ 583
100
Compare changes
  • Side-by-side
  • Inline
Files
8
  • 247bd31e
    Issue #2953111 by quietone, yogeshmpawar, ravi.shankar, benjifisher, alexpott,... · 247bd31e
    Alex Pott authored
    Issue #2953111 by quietone, yogeshmpawar, ravi.shankar, benjifisher, alexpott, mikelutz, catch, andypost, larowlan, danflanagan8: Only migrate role permissions that exist on the destination
@@ -35,13 +35,15 @@ process:
- plugin: node_update_7008
- plugin: flatten
- plugin: filter_format_permission
# A special flag so we can migrate permissions that do not exist yet.
# @todo Remove in https://www.drupal.org/project/drupal/issues/2953111.
skip_missing_permission_deprecation:
plugin: default_value
default_value: true
destination:
plugin: entity:user_role
migration_dependencies:
required:
- d6_filter_format
optional:
- block_content_type
- contact_category
- d6_comment_type
- d6_node_type
- d6_taxonomy_vocabulary
- d6_taxonomy_vocabulary_translation
Loading