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
parent
fa68fad460
commit
580a8536d6
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue