Commit 6a1d43f4 authored by Ad Schellevis's avatar Ad Schellevis

(ui) add missing tokenizer refresh on new item in bootgrid

parent aa10cb9e
...@@ -185,6 +185,7 @@ $.fn.UIBootgrid = function (params) { ...@@ -185,6 +185,7 @@ $.fn.UIBootgrid = function (params) {
urlMap['frm_' + editDlg] = gridParams['get']; urlMap['frm_' + editDlg] = gridParams['get'];
mapDataToFormUI(urlMap).done(function(){ mapDataToFormUI(urlMap).done(function(){
// update selectors // update selectors
formatTokenizersUI();
$('.selectpicker').selectpicker('refresh'); $('.selectpicker').selectpicker('refresh');
// clear validation errors (if any) // clear validation errors (if any)
clearFormValidation('frm_' + editDlg); clearFormValidation('frm_' + editDlg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment