Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032587Openbravo ERPA. Platformpublic2016-04-04 16:462016-04-06 08:23
Asantos9 
inigosanchez 
immediatemajoralways
closedfixed 
5
 
3.0PR16Q1.13.0PR16Q1.1 
alostale
Core
Production - QA Approved
2015-11-27
3.0PR16Q1
https://code.openbravo.com/erp/devel/pi/rev/90a660b52e0712467ae41e4e962cae35df8997ae [^]
No
0032587: Header tab data disappear
When 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.
- 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.
Approved
blocks defect 0032584 closed inigosanchez Header tab data disappear 
Issue History
2016-04-04 17:58inigosanchezTypedefect => backport
2016-04-04 17:58inigosanchezTarget Version => 3.0PR16Q1.1
2016-04-04 18:18alostaleTag Attached: Approved
2016-04-05 15:34hgbotCheckin
2016-04-05 15:34hgbotNote Added: 0085445
2016-04-05 15:34hgbotStatusscheduled => resolved
2016-04-05 15:34hgbotResolutionopen => fixed
2016-04-05 15:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR16Q1.1/rev/d2b74232d36f270c6b29520f3cd545309132ebe9 [^]
2016-04-05 17:03inigosanchezReview Assigned To => caristu
2016-04-06 08:23alostaleReview Assigned Tocaristu => alostale
2016-04-06 08:23alostaleNote Added: 0085459
2016-04-06 08:23alostaleStatusresolved => closed
2016-04-06 08:23alostaleFixed in Version => 3.0PR16Q1.1

Notes
(0085445)
hgbot   
2016-04-05 15:34   
Repository: erp/backports/3.0PR16Q1.1
Changeset: d2b74232d36f270c6b29520f3cd545309132ebe9
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 05 15:33:41 2016 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR16Q1.1/rev/d2b74232d36f270c6b29520f3cd545309132ebe9 [^]

Fixed bug 32587: 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
---
(0085459)
alostale   
2016-04-06 08:23   
code reviewed

tested in standard window and DAL REST ws