delivery step actions
This commit is contained in:
10
backend/app/plugins/wiaas/assets/js/wiaas-form-editor.js
Normal file
10
backend/app/plugins/wiaas/assets/js/wiaas-form-editor.js
Normal file
@@ -0,0 +1,10 @@
|
||||
jQuery(document).bind('gform_load_field_settings', function (event, field, form) {
|
||||
|
||||
var isBundleDoc = field.type === 'wiaas_order_bundle_document';
|
||||
|
||||
if (isBundleDoc) {
|
||||
|
||||
jQuery('#wiaas-doc-type-filter').val(field.wiaasDocTypeFilter);
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user