#306 - Mass Assign - error in where clause
When I try to mass assign the entire data set, I receive the following error:
"MySQL error 1054: Unknown column 'jt0.first_name' in 'where clause'"
The bug is created in the file MassAssign.php, the query in $_SESSION['export_where'] has a condition for jt0 but the query's join does not have an alias for the tables and thus the errors is thrown.
How can I fix this issue?
Note: I'm using sugar version 6.5.15.
11 years ago
11 years ago
11 years ago
10 years ago
9 years ago
9 years ago