(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.

This commit is contained in:
Ad Schellevis 2015-09-22 16:10:39 +02:00
parent bdb0100612
commit b496dc52d1

View File

@ -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);