csv export:import window with translate tab make deadlock
Description
export a record "print format" at garden world client with translate tab, after that import to other client. when import, will encounter deadlock. reason: translate import in non transaction. but print report insert in other non-complete transaction.
refer: class gridtable line 1548:if (!m_tableName.endsWith("_Trl") && !specialZeroUpdate) // translation tables have no model 1625:rs.moveToInsertRow (); 2031:rs.insertRow();
export a record "print format" at garden world client with translate tab, after that import to other client.
when import, will encounter deadlock.
reason: translate import in non transaction. but print report insert in other non-complete transaction.
refer:
class gridtable line
1548:if (!m_tableName.endsWith("_Trl") && !specialZeroUpdate) // translation tables have no model
1625:rs.moveToInsertRow ();
2031:rs.insertRow();