From b496dc52d11eebe3205aa2f199838dc36dcd790e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 22 Sep 2015 16:10:39 +0200 Subject: [PATCH] (ui) add tokenizer support on edit in UIBootgrid, eventually we should probably break up this wrapper a bit more. it works, but feels a bit too complicated. --- src/opnsense/www/js/opnsense_bootgrid_plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opnsense/www/js/opnsense_bootgrid_plugin.js b/src/opnsense/www/js/opnsense_bootgrid_plugin.js index 4f4cca6ed..344361dfa 100644 --- a/src/opnsense/www/js/opnsense_bootgrid_plugin.js +++ b/src/opnsense/www/js/opnsense_bootgrid_plugin.js @@ -120,6 +120,7 @@ $.fn.UIBootgrid = function (params) { urlMap['frm_' + editDlg] = gridParams['get'] + uuid; mapDataToFormUI(urlMap).done(function () { // update selectors + formatTokenizersUI(); $('.selectpicker').selectpicker('refresh'); // clear validation errors (if any) clearFormValidation('frm_' + editDlg);