[Vtigercrm-commits] [vtiger development] #7246: Logic bug in new EditView.php
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Dec 1 15:08:00 PST 2011
#7246: Logic bug in new EditView.php
-----------------------+----------------------------------------------------
Reporter: pinaki | Owner: developer
Type: defect | Status: new
Priority: minor | Milestone: Unassigned
Component: vtigercrm | Version: 5.3.0
Severity: Medium | Keywords:
-----------------------+----------------------------------------------------
There is a logical problem in the new modules/Vtiger/EditView.php. The
issue is that the column_fields is resolved before any module specific
operations happen.
For example - try creating a contact from under accounts. Under vtiger
5.2.1, it would fill the address for the contact with the address from the
account. This doesnt work any more since the $focus->column_fields
variable is already used in modules/Vtiger/EditView.php. You can see that
the code to sync in still present in modules/Contacts/EditView.php but it
has no effect.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7246>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list