Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019090 | Openbravo ERP | 00. Application dictionary | public | 2011-11-16 18:14 | 2011-11-22 03:50 |
|
Reporter | xabiermerino | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP5 | |
Target Version | 3.0MP5.1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | User Interface Application |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019090: Error when you save a view |
Description | There are some times that length of the column value (table: OBUIAPP_UIPersonalization) is not enough. This error appears:
...abSetHeight":332}}}) is too long, it has length 41712, the maximum allowed length is 40000 (http://pastebin.com/6NME496S [^])
See file attached |
Steps To Reproduce | Go to Application dictionary, table OBUIAPP_UIPersonalization, column value.
Realize that the value is 40000. |
Proposed Solution | Change the length of the column to 100000 |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0019092 | | acknowledged | Triage Platform Base | DAL forces column length check when saving |
|
Attached Files | saveview.png (192,149) 2011-11-16 18:14 https://issues.openbravo.com/file_download.php?file_id=4755&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-16 18:14 | xabiermerino | New Issue | |
2011-11-16 18:14 | xabiermerino | Assigned To | => alostale |
2011-11-16 18:14 | xabiermerino | File Added: saveview.png | |
2011-11-16 18:14 | xabiermerino | Modules | => User Interface Application |
2011-11-16 18:14 | xabiermerino | Resolution time | => 1323990000 |
2011-11-16 18:19 | xabiermerino | Issue Monitored: networkb | |
2011-11-17 11:17 | shuehner | Priority | urgent => immediate |
2011-11-17 11:17 | shuehner | Target Version | 3.0MP6 => 3.0MP5.1 |
2011-11-17 12:01 | alostale | Relationship added | related to 0019092 |
2011-11-17 12:04 | alostale | Note Added: 0042924 | |
2011-11-17 12:05 | hgbot | Checkin | |
2011-11-17 12:05 | hgbot | Note Added: 0042925 | |
2011-11-17 12:05 | hgbot | Status | new => resolved |
2011-11-17 12:05 | hgbot | Resolution | open => fixed |
2011-11-17 12:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e12facb86555f88591e488fd82a84fc20d8edc8a [^] |
2011-11-17 16:16 | marvintm | Status | resolved => closed |
2011-11-17 16:17 | marvintm | Note Added: 0042941 | |
2011-11-18 20:02 | shuehner | Note Added: 0042997 | |
2011-11-22 03:50 | hudsonbot | Checkin | |
2011-11-22 03:50 | hudsonbot | Note Added: 0043043 | |
Notes |
|
|
I was not able to reproduce the issue, trying to save view in Financial Account window in Spanish is no higher than 35K.
Applying proposed solution anyway.
This change shouldn't create any regression, as it is localized in a single column definition. |
|
|
(0042925)
|
hgbot
|
2011-11-17 12:05
|
|
|
|
|
Reviewed diff, and tried to reproduce the original issue as reported. Like Asier, I could not generate a view as long as the one reported. However, with the new size, the problem should no longer happen in any situation. |
|
|
|
Retested in MP5.1 appliance. Using system administrator role just saving view of the 'Reference' windows leads to have around a saved datasize of 37k which is already near the old 40k limit. Adding some really long values for some of the filter fields (which need to get saved also) allows to easily produce saved size of 40-50k thus allowing to verify that saving of those sized still works correctly (it does). |
|
|
|
|