OpenSPP / openspp-base

GNU Lesser General Public License v3.0
1 stars 0 forks source link

[FIX] import matching should not remove value from importing row #46

Closed nhatnm0612 closed 11 months ago

nhatnm0612 commented 11 months ago

What this does?

as discussed with @emjay0921 , import matching can make duplicate records for o2m and m2m relationship to current importing row. So we need to set it to False and recheck later in write() function. But since import match field data can be any type, this also clear the current key for import match. This is not a permanent fix, and need to re-check again