Loading core/core.libraries.yml +2 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,8 @@ jquery.farbtastic: dependencies: - core/jquery jquery.form: internal.jquery.form: # Internal library. Do not depend on it outside core nor add new core usage. remote: https://github.com/jquery-form/form version: "4.3.0" license: Loading core/lib/Drupal/Core/Render/Element/RenderElement.php +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ public static function preRenderAjaxForm($element) { // Attach JavaScript settings to the element. if (isset($element['#ajax']['event'])) { $element['#attached']['library'][] = 'core/jquery.form'; $element['#attached']['library'][] = 'core/internal.jquery.form'; $element['#attached']['library'][] = 'core/drupal.ajax'; $settings = $element['#ajax']; Loading core/modules/quickedit/quickedit.libraries.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ quickedit: - core/once - core/internal.underscore - core/internal.backbone - core/jquery.form - core/internal.jquery.form - core/drupal - core/drupal.displace - core/drupal.form Loading core/modules/system/tests/modules/common_test/common_test.module +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ function common_test_library_info_alter(&$libraries, $module) { // Change the version of Farbtastic to 0.0. $libraries['jquery.farbtastic']['version'] = '0.0'; // Make Farbtastic depend on jQuery Form to test library dependencies. $libraries['jquery.farbtastic']['dependencies'][] = 'core/jquery.form'; $libraries['jquery.farbtastic']['dependencies'][] = 'core/internal.jquery.form'; } // Alter the dynamically registered library definition. Loading core/modules/views/views.libraries.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ views.ajax: - core/drupal - core/drupalSettings - core/once - core/jquery.form - core/internal.jquery.form - core/drupal.ajax Loading
core/core.libraries.yml +2 −1 Original line number Diff line number Diff line Loading @@ -782,7 +782,8 @@ jquery.farbtastic: dependencies: - core/jquery jquery.form: internal.jquery.form: # Internal library. Do not depend on it outside core nor add new core usage. remote: https://github.com/jquery-form/form version: "4.3.0" license: Loading
core/lib/Drupal/Core/Render/Element/RenderElement.php +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ public static function preRenderAjaxForm($element) { // Attach JavaScript settings to the element. if (isset($element['#ajax']['event'])) { $element['#attached']['library'][] = 'core/jquery.form'; $element['#attached']['library'][] = 'core/internal.jquery.form'; $element['#attached']['library'][] = 'core/drupal.ajax'; $settings = $element['#ajax']; Loading
core/modules/quickedit/quickedit.libraries.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ quickedit: - core/once - core/internal.underscore - core/internal.backbone - core/jquery.form - core/internal.jquery.form - core/drupal - core/drupal.displace - core/drupal.form Loading
core/modules/system/tests/modules/common_test/common_test.module +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ function common_test_library_info_alter(&$libraries, $module) { // Change the version of Farbtastic to 0.0. $libraries['jquery.farbtastic']['version'] = '0.0'; // Make Farbtastic depend on jQuery Form to test library dependencies. $libraries['jquery.farbtastic']['dependencies'][] = 'core/jquery.form'; $libraries['jquery.farbtastic']['dependencies'][] = 'core/internal.jquery.form'; } // Alter the dynamically registered library definition. Loading
core/modules/views/views.libraries.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ views.ajax: - core/drupal - core/drupalSettings - core/once - core/jquery.form - core/internal.jquery.form - core/drupal.ajax