Patch #3292396 Insert Ajax form generates wrong query

This commit is contained in:
aris_feryanto
2011-04-24 06:51:47 -04:00
committed by Marc Delisle
parent 947924b4b5
commit 24e05e1cb2

View File

@@ -358,7 +358,7 @@ $(document).ready(function() {
$last_row
.clone()
.insertBefore("#actions_panel")
.find('input[name*=multi_edit],select[name*=multi_edit]')
.find('input[name*=multi_edit],select[name*=multi_edit],textarea[name*=multi_edit]')
.each(function() {
var $this_element = $(this);