From f9212771aa5cbc07a64d478ea121ae438d414183 Mon Sep 17 00:00:00 2001 From: Manthan Surkar Date: Thu, 30 Jan 2020 13:04:45 +0530 Subject: [PATCH] Fix #13519 - Preview SQL not visible on Index dialog Box Signed-off-by: Manthan Surkar --- js/indexes.js | 2 -- templates/table/index_form.twig | 1 - 2 files changed, 3 deletions(-) diff --git a/js/indexes.js b/js/indexes.js index 5e82eaeb98..b2086014f8 100644 --- a/js/indexes.js +++ b/js/indexes.js @@ -405,8 +405,6 @@ Indexes.showAddIndexDialog = function (sourceArray, arrayIndex, targetColumns, c containment: $('#index_columns').find('tbody'), tolerance: 'pointer' }); - // We dont need the slider at this moment. - $(this).find('fieldset.tblFooters').remove(); }, modal: true, buttons: buttonOptions, diff --git a/templates/table/index_form.twig b/templates/table/index_form.twig index b28ab26752..5865a271df 100644 --- a/templates/table/index_form.twig +++ b/templates/table/index_form.twig @@ -218,6 +218,5 @@
-