[Vtigercrm-commits] [Vtiger development] #8562: app.vtranslate doesn't have module_name has parameter

Vtiger development vtiger-tickets at trac.vtiger.com
Mon Jun 1 09:33:37 GMT 2015


#8562: app.vtranslate doesn't have module_name has parameter
------------------------+------------------------
 Reporter:  uma         |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  6.3.0
Component:  vtigercrm   |     Version:  6.2.0
 Severity:  Medium      |  Resolution:
 Keywords:              |
------------------------+------------------------

Comment (by alanlord):

 {{{
 function getJSLanguageStrings(Vtiger_Request $request) {
         $moduleName = $request->getModule(false);
         return Vtiger_Language_Handler::export($moduleName,
 'jsLanguageStrings');
 }
 }}}

 I can't see how this will help with an '''Extension''' module - it will
 not be in the Request Object...

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8562#comment:2>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list