vt7 dev release - Import records fail
Import records fail in (module Products) last step with error:
result is not an object
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Import records fail in (module Products) last step with error:
result is not an object
@manuelgit, Can you share me the file where you are trying to import
@satish.dvnk yes, this is an exported product that can be used to test the import:
Is it still reproducible @manuelgit ?
@satish.dvnk yes, also after that the cancel import doesn´t work
I will check and update you @manuelgit
@manuelgit Can you replace the following line in $INSTALLED_COPY/modules/Import/actions/Data.php line no 659
Remove
} else if(fieldInstance->getUIType() == 56) {</pre> Inject <pre>} else if(fieldDataType == 'boolean') {
Now try to import product and please let me know if you succeed or not
mentioned in merge request !182 (merged)
Copyright 2023 Vtiger. All rights reserved.