Skip to content
Snippets Groups Projects
Commit ef495f19 authored by catch's avatar catch
Browse files

Issue #3487637 by dww: Move all system_update_N() methods next to each other

parent 07fde1d4
No related branches found
No related tags found
6 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3818Issue #2140179: $entity->original gets stale between updates,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #383132 passed with warnings
Pipeline: drupal

#383144

    Pipeline: drupal

    #383139

      Pipeline: drupal

      #383137

        ......@@ -1667,13 +1667,6 @@ function system_update_last_removed(): int {
        return 10201;
        }
        /**
        * Invalidate container because the module handler has changed.
        */
        function system_update_11100(): void {
        \Drupal::service('kernel')->invalidateContainer();
        }
        /**
        * Display requirements from security advisories.
        *
        ......@@ -1725,6 +1718,13 @@ function _system_advisories_requirements(array &$requirements): void {
        }
        }
        /**
        * Invalidate container because the module handler has changed.
        */
        function system_update_11100(): void {
        \Drupal::service('kernel')->invalidateContainer();
        }
        /**
        * Update length of menu_tree fields url and route_param_key from 255 to 2048.
        */
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment