Commit 70185169 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

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

(cherry picked from commit 6a1d43f4)
parent 0c33d388
......@@ -185,6 +185,7 @@ $.fn.UIBootgrid = function (params) {
urlMap['frm_' + editDlg] = gridParams['get'];
mapDataToFormUI(urlMap).done(function(){
// update selectors
formatTokenizersUI();
$('.selectpicker').selectpicker('refresh');
// clear validation errors (if any)
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