Skip to content

Commit

Permalink
Issue #3113556 by tedbow, DamienMcKenna, bnjmnm, lauriii: Change View…
Browse files Browse the repository at this point in the history
…s UI to use drupal.dialog instead of jquery.ui.dialog

(cherry picked from commit 4b32a6e5bd8938262b1d7e2bf1d3a87573562792)
  • Loading branch information
lauriii committed Mar 5, 2020
1 parent 0bbd6a9 commit d894936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/views_ui/src/ViewEditForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function form(array $form, FormStateInterface $form_state) {

$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';
Expand Down

0 comments on commit d894936

Please sign in to comment.