NEW When a field to show into list is selected, the form is
automatically submited
This commit is contained in:
parent
5c1c413c02
commit
ab2ac26f17
@ -4995,7 +4995,10 @@ class Form
|
|||||||
else {
|
else {
|
||||||
$(\'.'.$htmlname.'\').val( $(\'.'.$htmlname.'\').val().replace(title, \'\') )
|
$(\'.'.$htmlname.'\').val( $(\'.'.$htmlname.'\').val().replace(title, \'\') )
|
||||||
}
|
}
|
||||||
});
|
// Now, we submit page
|
||||||
|
$(this).parents(\'form:first\').submit();
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
';
|
';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user