Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027503
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfacemajorhave not tried2014-08-29 09:292014-09-01 16:26
ReporterjonalegriaesarteView Statuspublic 
Assigned ToAugustoMauch 
PriorityimmediateResolutionfixedFixed in Version3.0PR14Q4
StatusclosedFix in branchFixed in SCM revision057434bc0a7e
ProjectionnoneETAnoneTarget Version3.0PR14Q4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression levelProduction - Confirmed Stable
Regression date2014-07-02
Regression introduced in release3.0PR14Q2
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/09050a5b416213987340319de2dba42c481ca18e [^]
Triggers an Emergency PackNo
Summary

0027503: Form view is not working fine when using views

DescriptionForm view is not working fine when using views
Steps To ReproduceAs 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
TagsNo tags attached.
Attached Filespng file icon section.png [^] (119,994 bytes) 2014-08-29 09:29

- Relationships Relation Graph ] Dependency Graph ]
caused by design defect 0024705 closeddbaz The windows takes long to be loaed when there are a lot of tabs and a lot of columns on the grid. 

-  Notes
(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 (manager)
2014-09-01 13:45

Code reviewed + verified checking form at different tab levels.
(0069893)
hudsonbot (developer)
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

- Issue History
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 Modules => Core
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
Powered by Mantis Bugtracker