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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032584
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2016-04-04 16:462016-06-17 19:36
ReporterAsantos9View Statuspublic 
Assigned Toinigosanchez 
PriorityimmediateResolutionfixedFixed in Version3.0PR16Q3
StatusclosedFix in branchFixed in SCM revisione537a2c97bda
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression levelProduction - QA Approved
Regression date2015-11-27
Regression introduced in release3.0PR16Q1
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/90a660b52e0712467ae41e4e962cae35df8997ae [^]
Triggers an Emergency PackNo
Summary

0032584: Header tab data disappear

DescriptionWhen you save data in a subtab with a parent tab disabled, the parent tab data disappear. This happen in all windows that there are subtabs.
Steps To Reproduce- Log into ERP with credentials:
    - User: Openbravo
    - Password: openbravo
- Go to Organization window.
- Click on any line.
- Deactivate this header tab.
- Go to information subtab and open in form any line.
- Change any field and save the record.
- Note that parent tab data disappear.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 00325863.0PR16Q2 closedinigosanchez Header tab data disappear 
depends on backport 00325873.0PR16Q1.1 closedinigosanchez Header tab data disappear 
caused by defect 0029683 closedcaristu web services do not filter by organization in System/Clients Entities 

-  Notes
(0085442)
hgbot (developer)
2016-04-05 14:55

Repository: erp/devel/pi
Changeset: e537a2c97bdaafbba3b31ce1ca1186add4443c7f
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 05 14:53:57 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e537a2c97bdaafbba3b31ce1ca1186add4443c7f [^]

Fixed bug 32584: fetch method does not retrieves data with a non active entity

The problem here was that fetch method does not retrieves data with a non active
entity. (e.g., if it is tried to obtain a non active organization). It is not take
into account non active entities.

Now, the issues has been fixed by adding setFilterOnActive(false); to take into
account non active entities too.

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
M src/org/openbravo/service/rest/DalWebService.java
---
(0085448)
hgbot (developer)
2016-04-05 16:55

Repository: erp/devel/pi
Changeset: cb94187ae5a2b68add0445bcdc137a612748e926
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 05 16:50:22 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cb94187ae5a2b68add0445bcdc137a612748e926 [^]

Related to bug 32584: Added test cases covering this regression

---
M src-test/src/org/openbravo/test/AllWebserviceTests.java
A src-test/src/org/openbravo/test/datasource/TestFetchDSNoActiveEntity.java
A src-test/src/org/openbravo/test/webservice/WSWithNoActiveEntityTest.java
---
(0085452)
hgbot (developer)
2016-04-05 17:51

Repository: erp/devel/pi
Changeset: 00b571277cd4ef224037db5f16c850013cba82e4
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 05 17:50:00 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/00b571277cd4ef224037db5f16c850013cba82e4 [^]

Related to bug 32584: fix a problem related to context in a test.

---
M src-test/src/org/openbravo/test/datasource/TestFetchDSNoActiveEntity.java
---
(0085461)
alostale (manager)
2016-04-06 08:48

Functional code reviewed and tested -> OK

Reopening because of code review of test classes, see https://docs.google.com/spreadsheets/d/18l2biKWeG6iGDIPqO6VuYQ_TtP_6YxyQU4KSrPvQlJ8/edit#gid=0 [^]
(0085471)
hgbot (developer)
2016-04-06 13:46

Repository: erp/devel/pi
Changeset: 1450b7bf6b3237c1ad545e41aef851d0e144077c
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Apr 06 11:12:42 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1450b7bf6b3237c1ad545e41aef851d0e144077c [^]

Related issue 32584: Code review and improvements

Now WSWithNoActiveDalObjects works with Currency entity instead of
Organization entity in order to avoid some problems that appears
in this test in Oracle. (int-checks-oracle).

Besides it have been added small changes to improve legibility.

---
M src-test/src/org/openbravo/test/AllWebserviceTests.java
A src-test/src/org/openbravo/test/datasource/FetchDSNoActiveEntityObjects.java
A src-test/src/org/openbravo/test/webservice/WSWithNoActiveDalObjects.java
R src-test/src/org/openbravo/test/datasource/TestFetchDSNoActiveEntity.java
R src-test/src/org/openbravo/test/webservice/WSWithNoActiveEntityTest.java
---
(0085508)
alostale (manager)
2016-04-08 08:52

code reviewed
(0087421)
hudsonbot (developer)
2016-06-17 19:36

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/0dc7be081b1c [^]
Maturity status: Test
(0087423)
hudsonbot (developer)
2016-06-17 19:36

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/0dc7be081b1c [^]
Maturity status: Test
(0087426)
hudsonbot (developer)
2016-06-17 19:36

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/0dc7be081b1c [^]
Maturity status: Test
(0087431)
hudsonbot (developer)
2016-06-17 19:36

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/0dc7be081b1c [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2016-04-04 16:46 Asantos9 New Issue
2016-04-04 16:46 Asantos9 Assigned To => platform
2016-04-04 16:46 Asantos9 Modules => Core
2016-04-04 16:46 Asantos9 Triggers an Emergency Pack => No
2016-04-04 16:48 inigosanchez Assigned To platform => inigosanchez
2016-04-04 16:48 inigosanchez Status new => acknowledged
2016-04-04 17:03 inigosanchez Regression level => Production - QA Approved
2016-04-04 17:03 inigosanchez Regression date => 2015-11-27
2016-04-04 17:03 inigosanchez Regression introduced in release => 3.0PR16Q1
2016-04-04 17:03 inigosanchez Regression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/90a660b52e0712467ae41e4e962cae35df8997ae [^]
2016-04-04 17:03 inigosanchez Priority low => immediate
2016-04-04 17:08 alostale Severity minor => major
2016-04-04 17:58 inigosanchez Status acknowledged => scheduled
2016-04-05 13:07 inigosanchez Relationship added caused by 0029683
2016-04-05 14:55 hgbot Checkin
2016-04-05 14:55 hgbot Note Added: 0085442
2016-04-05 14:55 hgbot Status scheduled => resolved
2016-04-05 14:55 hgbot Resolution open => fixed
2016-04-05 14:55 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e537a2c97bdaafbba3b31ce1ca1186add4443c7f [^]
2016-04-05 16:55 hgbot Checkin
2016-04-05 16:55 hgbot Note Added: 0085448
2016-04-05 17:02 inigosanchez Review Assigned To => caristu
2016-04-05 17:51 hgbot Checkin
2016-04-05 17:51 hgbot Note Added: 0085452
2016-04-06 08:32 alostale Review Assigned To caristu => alostale
2016-04-06 08:48 alostale Note Added: 0085461
2016-04-06 08:48 alostale Status resolved => new
2016-04-06 08:48 alostale Resolution fixed => open
2016-04-06 13:46 hgbot Checkin
2016-04-06 13:46 hgbot Note Added: 0085471
2016-04-06 13:46 inigosanchez Status new => scheduled
2016-04-06 13:46 inigosanchez Status scheduled => resolved
2016-04-06 13:46 inigosanchez Resolution open => fixed
2016-04-08 08:52 alostale Note Added: 0085508
2016-04-08 08:52 alostale Status resolved => closed
2016-04-08 08:52 alostale Fixed in Version => 3.0PR16Q3
2016-06-17 19:36 hudsonbot Checkin
2016-06-17 19:36 hudsonbot Note Added: 0087421
2016-06-17 19:36 hudsonbot Checkin
2016-06-17 19:36 hudsonbot Note Added: 0087423
2016-06-17 19:36 hudsonbot Checkin
2016-06-17 19:36 hudsonbot Note Added: 0087426
2016-06-17 19:36 hudsonbot Checkin
2016-06-17 19:36 hudsonbot Note Added: 0087431


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker