Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018822 | Openbravo ERP | A. Platform | public | 2011-10-20 18:36 | 2012-04-23 12:40 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018822: Data is truncated instead of being validated if its size is greater than the field length |
Description | Fields in OB have a length attribute, and columns have one also. It seems that this length is not being currently used to prevent the user from entering too much information in most types of references. Instead, the data is truncated before being saved, so that the save action always "succeeds", but sometimes data is lost.
Recently there has been a change (changeset b5b81e79c0fd) which has changed the way this worked in some specific references, in form view. However, a deep review should be done for this, and validators should be added so that either the system doesn't allow the user to input too much information, or it complains before saving when the problem happens. |
Steps To Reproduce | For example, currently, in grid view, a text field truncates the data if it is too long. However, in form view, this doesn't happen. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | duplicate of | defect | 0020021 | | closed | AugustoMauch | Text, Number, Date and DateTime inputs should not allow enter more characters than allowed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-10-20 18:36 | marvintm | New Issue | |
2011-10-20 18:36 | marvintm | Assigned To | => mtaal |
2011-10-20 18:36 | marvintm | Modules | => Core |
2011-10-20 18:36 | marvintm | OBNetwork customer | => No |
2012-02-09 14:26 | mtaal | Assigned To | mtaal => marvintm |
2012-04-20 10:06 | AugustoMauch | Relationship added | related to 0020021 |
2012-04-23 12:40 | AugustoMauch | Relationship replaced | duplicate of 0020021 |
2012-04-23 12:40 | AugustoMauch | Status | new => closed |
2012-04-23 12:40 | AugustoMauch | Resolution | open => duplicate |