csv export:GridTabCSVImporter.preprocessRow use wrong parent record for validate data
Description
GridTabCSVImporter.preprocessRow use for validate data from file, before really insert to database by set value read from file to all field of gridtab. it use some function as isReadOnly, isDisplayed, isMandatory, getDefault, sometime will do logic expression, but master record always is current record, so any reference to value of parent record in Env from child tab will don't exact
GridTabCSVImporter.preprocessRow use for validate data from file, before really insert to database by set value read from file to all field of gridtab.
it use some function as isReadOnly, isDisplayed, isMandatory, getDefault, sometime will do logic expression,
but master record always is current record, so any reference to value of parent record in Env from child tab will don't exact