Fixed gh-394 so to be able to target the component instead of a single view.

This commit is contained in:
2019-05-06 03:05:15 +02:00
parent d7b555e7af
commit a23f1fe79a
7 changed files with 48 additions and 30 deletions

View File

@ -599,6 +599,9 @@ function getFieldOptions(fieldtype, db){
jQuery('#jform_store').val(result.database.store);
jQuery('#jform_store').trigger("liszt:updated");
jQuery('#jform_store').trigger("change");
// update null_switch (hmmm)
// jQuery('#jform_null_switch').val(result.database.null_switch);
// jQuery('#jform_null_switch').trigger("change");
}
}
})