pungpoo / giix

Automatically exported from code.google.com/p/giix
0 stars 0 forks source link

Patch for default/_base/basemodel.php #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Removes possible conflicts when comparing a field of the cuurent model with a 
relational field with the same name.
Example:
User has a field "is_active", and has a relation with UserEmail that also has a 
field "is_active"... If a search uses both fields, an Exception is raised.

Original issue reported on code.google.com by robregonm on 2 Sep 2011 at 6:20

Attachments: