Skip to content

Commit

Permalink
Fix #13519 - Preview SQL not visible on Index dialog Box
Browse files Browse the repository at this point in the history
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
  • Loading branch information
thesmallstar authored and williamdes committed Mar 10, 2020
1 parent e225229 commit f921277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions js/indexes.js
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion templates/table/index_form.twig
Expand Up @@ -218,6 +218,5 @@
</fieldset>
<fieldset class="tblFooters">
<button class="btn btn-secondary" type="submit" id="preview_index_frm">{% trans 'Preview SQL' %}</button>
<input class="btn btn-primary" type="submit" id="save_index_frm" value="{% trans 'Go' %}">
</fieldset>
</form>

0 comments on commit f921277

Please sign in to comment.