Merge branch 'QA_4_6'

Conflicts:
	po/ar.po
	po/ckb.po
	po/ko.po
This commit is contained in:
Deven Bansod 2016-10-10 01:21:50 +05:30
commit 85b904cec4

View File

@ -551,7 +551,7 @@ AJAX.registerOnload('tbl_change.js', function () {
}
// handle input text fields and textareas
if ($this_element.is('.textfield') || $this_element.is('.char')) {
if ($this_element.is('.textfield') || $this_element.is('.char') || $this_element.is('textarea')) {
// do not remove the 'value' attribute for ENUM columns
// special handling for radio fields after updating ids to unique - see below
if ($this_element.closest('tr').find('span.column_type').html() != 'enum') {