Fixes:#1173 ::Uma:: Multi picklist Validation and save for editable picklist values is supported
Merge request reports
Activity
Filter activity
Added 1 commit:
- 6cf720bc - Fixes:#1173 (closed)::Uma::Multi picklist Validation and save for editable picklist values is supported
mentioned in commit eee2e2c6
56 56 } 57 57 58 58 $fieldDataType = $fieldModel->getFieldDataType(); 59 if($fieldValue){ 60 $fieldValue = Vtiger_Util_Helper::validateFieldValue($fieldValue,$fieldModel); 61 } 59 62 if ($fieldDataType == 'time' && $fieldValue !== null) { @uma.s @prasad The above change seems to have broken multi-select picklists in vtiger 7.4.0. We have a custom UIType 33 field in Quotes, Sales Orders and Invoices. Only in Sales Orders we noticed a problem that when you ajax edited the field, it was set to blank no matter what value you chose after saving. I replaced the patch code above with the same code that is in the Vtiger_SaveAjax_Action class and it now works correctly.
Please register or sign in to reply