[Vtigercrm-commits] [Vtiger development] #8240: 6.1 Reports - Print, Export CSV, Export Excel Errors

Vtiger development vtiger-tickets at trac.vtiger.com
Wed Sep 17 10:47:40 GMT 2014


#8240: 6.1 Reports - Print, Export CSV, Export Excel Errors
-----------------------+------------------------
 Reporter:  prasad     |       Owner:  developer
     Type:  defect     |      Status:  new
 Priority:  major      |   Milestone:  6.1.0
Component:  vtigercrm  |     Version:  6.1.0
 Severity:  Medium     |  Resolution:
 Keywords:             |
-----------------------+------------------------

Comment (by alanlord):

 In the above code, are you saying that the line:

 {{{
 jQuery('<input type="hidden" value="'+csrfMagicToken+'"
 name="'+csrfMagicName+'"/>').appendTo(form);
 }}}

 should *replace* the form.sumbit(); or simply be on the line before? The
 closing brace is confusing above...

 The actual code in Detail.js currently looks like this:


 {{{
     ...
     var form = ele.appendTo(headerContainer);
     form.find('input').val(advFilterCondition);
     form.submit();
   })
 },

 }}}

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


More information about the vtigercrm-commits mailing list