Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027503 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | major | have not tried | 2014-08-29 09:29 | 2014-09-01 16:26 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 057434bc0a7e | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 30728 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-07-02 | |||||||
Regression introduced in release | 3.0PR14Q2 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/09050a5b416213987340319de2dba42c481ca18e [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027503: Form view is not working fine when using views | |||||||
Description | Form view is not working fine when using views | |||||||
Steps To Reproduce | As F&B Admin - Open sales order window - Remove all the filters - Filter by business partner - Save view - Close the tab and open it again - Select the saved view - Open it in form view. See in the attachment that the grouping sections are broken | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0069852) hgbot (developer) 2014-08-29 12:30 |
Repository: erp/devel/pi Changeset: 057434bc0a7e03d64fc961ae3ce1066cc9922ca0 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Fri Aug 29 12:20:42 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/057434bc0a7e03d64fc961ae3ce1066cc9922ca0 [^] Fixes issue 27503: Form view is not working fine when using views The problem was that the OB.Personalization.updatePersonalizationDataFromFields functions, used in the process of storing the view, was not perfectly adapted to store forms that have not been initialized yet. The fields have not been created yet, so instead of a formitem only the main properties are available. This means that: - isc.isA.SectionItem does not work, because it requieres a Class object. To fix this, the field type (already available) is also checked. - Some attributes of the fields (rowSpan, colSpan and newRow) have not been initialized yet and unless its value is other than the default, they are undefined. To fix this they are given its default values (1, 1, false) when the view is stored. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalization.js --- |
(0069888) alostale (viewer) 2014-09-01 13:45 |
Code reviewed + verified checking form at different tab levels. |
(0069893) hudsonbot (viewer) 2014-09-01 16:26 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5b8d152f7606 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-08-29 09:29 | jonalegriaesarte | New Issue | |
2014-08-29 09:29 | jonalegriaesarte | Assigned To | => AugustoMauch |
2014-08-29 09:29 | jonalegriaesarte | File Added: section.png | |
2014-08-29 09:29 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-08-29 09:29 | jonalegriaesarte | Modules | => Core |
2014-08-29 09:29 | jonalegriaesarte | Support ticket | => 30728 |
2014-08-29 09:29 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-08-29 10:54 | AugustoMauch | Summary | Form view is not working fine when using views with users different from Openbravo user => Form view is not working fine when using views |
2014-08-29 10:54 | AugustoMauch | Description Updated | View Revisions |
2014-08-29 10:54 | AugustoMauch | Steps to Reproduce Updated | View Revisions |
2014-08-29 10:54 | AugustoMauch | Relationship added | caused by 0024705 |
2014-08-29 10:58 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2014-08-29 10:58 | AugustoMauch | Regression date | => 2014-07-02 |
2014-08-29 10:58 | AugustoMauch | Regression introduced in release | => 3.0PR14Q2 |
2014-08-29 10:58 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/09050a5b416213987340319de2dba42c481ca18e [^] |
2014-08-29 12:08 | AugustoMauch | Issue Monitored: alostale | |
2014-08-29 12:10 | AugustoMauch | Review Assigned To | => alostale |
2014-08-29 12:30 | hgbot | Checkin | |
2014-08-29 12:30 | hgbot | Note Added: 0069852 | |
2014-08-29 12:30 | hgbot | Status | new => resolved |
2014-08-29 12:30 | hgbot | Resolution | open => fixed |
2014-08-29 12:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/057434bc0a7e03d64fc961ae3ce1066cc9922ca0 [^] |
2014-09-01 13:45 | alostale | Note Added: 0069888 | |
2014-09-01 13:45 | alostale | Status | resolved => closed |
2014-09-01 13:45 | alostale | Fixed in Version | => 3.0PR14Q4 |
2014-09-01 16:26 | hudsonbot | Checkin | |
2014-09-01 16:26 | hudsonbot | Note Added: 0069893 |
Copyright © 2000 - 2009 MantisBT Group |