[Vtigercrm-commits] [vtiger development] #6192: Event handlers get called for any module regardless of their registration

vtiger development vtiger-tickets at trac.vtiger.com
Thu Sep 24 06:13:58 EDT 2009


#6192: Event handlers get called for any module regardless of their registration
-----------------------------+----------------------------------------------
  Reporter:  R.Cohen         |       Owner:  developer
      Type:  Need More Info  |      Status:  new      
  Priority:  major           |   Milestone:  5.2.0    
 Component:  vtigercrm       |     Version:  5.1.0    
Resolution:                  |    Keywords:           
-----------------------------+----------------------------------------------
Changes (by asha):

  * type:  defect => Need More Info

Comment:

 The Event handler is registered by a module. So the module information you
 are pointing to says which module registered for the Event. But this is
 not the only module for which the event will be triggered.

 By default it will be triggered for all the modules. If you want the event
 to be triggered for specific modules, you can achieve this by specifying
 the list of modules in the Condition part of the event registration.

 To understand more about how to use conditions, please refer to the
 documentation link below:

 [http://wiki.vtiger.com/index.php/vtiger510:Eventing#Registering_a_handler]

 Let me know your feedback on this.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6192#comment:5>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list