mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
(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:
parent
bdb0100612
commit
b496dc52d1
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user