From 3d24d1bb184b17e0c06075c58bbabe6ac2f50f81 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 14 Feb 2014 10:45:26 +0000 Subject: [PATCH] Issue #2193425 by jibran, larowlan: Adding block does not use dialog. --- core/modules/block/block.module | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/block/block.module b/core/modules/block/block.module index daea82cc973..ff137b1362c 100644 --- a/core/modules/block/block.module +++ b/core/modules/block/block.module @@ -575,6 +575,7 @@ function block_library_info() { 'dependencies' => array( array('system', 'jquery'), array('system', 'drupal'), + array('system', 'drupal.ajax'), ), );