Issue #3113556 by tedbow, DamienMcKenna, bnjmnm, lauriii: Change Views UI to use drupal.dialog instead of jquery.ui.dialog

(cherry picked from commit 4b32a6e5bd)
merge-requests/64/head
Lauri Eskola 2020-03-05 15:08:11 +02:00
parent fa68fad460
commit 580a8536d6
No known key found for this signature in database
GPG Key ID: 37E6EF00B7EEF188
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class ViewEditForm extends ViewFormBase {
$form['#tree'] = TRUE;
$form['#attached']['library'][] = 'core/jquery.ui.dialog';
$form['#attached']['library'][] = 'core/drupal.dialog.ajax';
$form['#attached']['library'][] = 'core/drupal.states';
$form['#attached']['library'][] = 'core/drupal.tabledrag';
$form['#attached']['library'][] = 'views_ui/views_ui.admin';