Commit b496dc52 authored by Ad Schellevis's avatar Ad Schellevis

(ui) add tokenizer support on edit in UIBootgrid, eventually we should...

(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.
parent bdb01006
......@@ -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);
......
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