[Vtigercrm-commits] [vtiger development] #7246: Logic bug in new EditView.php
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Dec 1 15:10:01 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 | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by pinaki):
Suggested fix - It would be better to add a hook for each module so that
it can handle the operations there. Something like
if(method_exists('doAction', $focus)) $focus->doAction();
The challenge probably would be the parameters to pass to the function,
but I think in most cases we shouldn't need anything since all the
information is present in the super globals.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7246#comment:1>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list