Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032586Openbravo ERPA. Platformpublic2016-04-04 16:462016-04-06 08:23
Asantos9 
inigosanchez 
immediatemajoralways
closedfixed 
5
 
3.0PR16Q23.0PR16Q2 
caristu
Core
Production - QA Approved
2015-11-27
3.0PR16Q1
https://code.openbravo.com/erp/devel/pi/rev/90a660b52e0712467ae41e4e962cae35df8997ae [^]
No
0032586: 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.0PR16Q2
2016-04-04 18:18alostaleTag Attached: Approved
2016-04-05 15:29hgbotCheckin
2016-04-05 15:29hgbotNote Added: 0085443
2016-04-05 15:29hgbotStatusscheduled => resolved
2016-04-05 15:29hgbotResolutionopen => fixed
2016-04-05 15:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR16Q2/rev/f4c09b526684ed491cc0048e3d0b7856ea6e40c6 [^]
2016-04-05 17:02inigosanchezReview Assigned To => caristu
2016-04-06 08:23alostaleNote Added: 0085460
2016-04-06 08:23alostaleStatusresolved => closed
2016-04-06 08:23alostaleFixed in Version => 3.0PR16Q2

Notes
(0085443)
hgbot   
2016-04-05 15:29   
Repository: erp/backports/3.0PR16Q2
Changeset: f4c09b526684ed491cc0048e3d0b7856ea6e40c6
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Apr 05 15:27:50 2016 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR16Q2/rev/f4c09b526684ed491cc0048e3d0b7856ea6e40c6 [^]

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

tested in standard window and DAL REST ws