Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014065Openbravo ERPZ. Otherspublic2010-07-27 12:492010-12-09 16:04
iperdomo 
iperdomo 
urgentmajoralways
closedfixed 
202.6.30-gentoo-r5
2.50 
 
Smartclient
No
0014065: The OB.Utilities.addFormInputsToCriteria function adds element in the form without a name
The OB.Utilities.addFormInputsToCriteria function loops through the elements of the HTML form, but there are some elements without name, leading to error when posting that data.
Skip elements from the form without name
No tags attached.
blocks feature request 0013458 closed iperdomo It should be possible to assignes default values for fields on selectors 
Issue History
2010-07-27 12:49iperdomoNew Issue
2010-07-27 12:49iperdomoAssigned To => iperdomo
2010-07-27 12:50iperdomoRelationship addedblocks 0013458
2010-07-27 12:50iperdomoStatusnew => scheduled
2010-07-27 12:50iperdomofix_in_branch => pi
2010-07-27 12:51hgbotCheckin
2010-07-27 12:51hgbotNote Added: 0029584
2010-07-27 12:51iperdomoStatusscheduled => resolved
2010-07-27 12:51iperdomoResolutionopen => fixed
2010-08-25 18:58shuehnerNote Added: 0030326
2010-08-25 18:58shuehnerStatusresolved => closed
2010-12-09 16:04anonymoussf_bug_id0 => 3133335

Notes
(0029584)
hgbot   
2010-07-27 12:51   
Repository: erp/mods/org.openbravo.userinterface.smartclient
Changeset: 21f6b0d8192d0e4874a08a0db84983c8e475a732
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Jul 27 12:49:38 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient/rev/21f6b0d8192d0e4874a08a0db84983c8e475a732 [^]

Fixe issue 14065: Skip form elements without name

---
M web/org.openbravo.userinterface.smartclient/js/utilities.js
---
(0030326)
shuehner   
2010-08-25 18:58   
Tested that no params get send without a parameter name.