Skip to content

Commit

Permalink
NEW When a field to show into list is selected, the form is
Browse files Browse the repository at this point in the history
automatically submited
  • Loading branch information
eldy committed Feb 10, 2016
1 parent 5c1c413 commit ab2ac26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htdocs/core/class/html.form.class.php
Expand Up @@ -4995,7 +4995,10 @@ function getSelectedValue(id) {
else {
$(\'.'.$htmlname.'\').val( $(\'.'.$htmlname.'\').val().replace(title, \'\') )
}
});
// Now, we submit page
$(this).parents(\'form:first\').submit();
});
</script>
';
Expand Down

0 comments on commit ab2ac26

Please sign in to comment.