Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025581Openbravo ERPA. Platformpublic2014-01-28 15:532014-02-13 07:18
caristu 
AugustoMauch 
immediatemajoralways
closedfixed 
5
3.0MP30 
3.0PR14Q2 
shankarb
Core
Production - QA Approved
2013-12-12
https://code.openbravo.com/erp/devel/pi/diff/754dc3e1c786/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js [^]
No
0025581: Display logic is not working fine for warehouse picking list lines tab
Display logic is not working fine for warehouse picking list lines tab
Install module "Warehouse Picking List"

1) Create a new sales order with one line at least
2) Book it
3) Generate the picking list for it
4) Go to the [Warehouse Picking] window and notice that the lines tab is not being displayed.

The problem is that tab lines has a display logic based on auxiliary input:
display logic=@DOCTYPE_USEOUTBOUND@='N'
auxiliary input=@SQL=SELECT em_obwpl_useoutbound FROM c_doctype WHERE c_doctype_id = @C_DOCTYPE_ID@
No tags attached.
related to defect 00248773.0MP29 closed shankarb Display Logic on tab with auxiliary input error 
related to defect 00259513.0PR14Q2 closed AugustoMauch The displaylogic is not working if an auxiliary input is used. 
related to defect 00261973.0PR14Q3 closed guillermogil Display logic on tabs based on auxiliary inputs are not working on windows which does't have buttons 
Issue History
2014-01-28 15:53caristuNew Issue
2014-01-28 15:53caristuAssigned To => jecharri
2014-01-28 16:26jecharriProjectModules => Openbravo ERP
2014-01-28 16:26jecharriModules => Core
2014-01-28 16:26jecharriTriggers an Emergency Pack => No
2014-01-28 16:26jecharriAssigned Tojecharri => AugustoMauch
2014-01-28 16:26jecharriCategoryWarehouse Picking => A. Platform
2014-01-28 16:30jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5374#r5374
2014-01-28 16:33jecharriRelationship addedrelated to 0024877
2014-01-28 16:35jecharriSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5375#r5375
2014-02-10 10:16jonalegriaesartePriorityhigh => immediate
2014-02-10 10:16jonalegriaesarteTarget Version => 3.0MP32
2014-02-10 10:17caristuRegression level => Production - QA Approved
2014-02-10 10:17caristuversion => 3.0MP30
2014-02-10 10:17caristuTarget Version3.0MP32 =>
2014-02-10 10:20caristuSeverityminor => major
2014-02-11 12:06priyamIssue Monitored: priyam
2014-02-12 15:22AugustoMauchRegression date => 2013-12-12
2014-02-12 15:22AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/diff/754dc3e1c786/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js [^]
2014-02-12 15:22AugustoMauchIssue Monitored: shankarb
2014-02-12 16:11hgbotCheckin
2014-02-12 16:11hgbotNote Added: 0064077
2014-02-12 16:11hgbotStatusnew => resolved
2014-02-12 16:11hgbotResolutionopen => fixed
2014-02-12 16:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/09939d0a339ca16bc772e77b9610581389664cdd [^]
2014-02-12 16:37hgbotCheckin
2014-02-12 16:37hgbotNote Added: 0064078
2014-02-12 17:26hgbotCheckin
2014-02-12 17:26hgbotNote Added: 0064084
2014-02-12 18:05caristuNote Added: 0064085
2014-02-13 07:16hudsonbotCheckin
2014-02-13 07:16hudsonbotNote Added: 0064199
2014-02-13 07:16hudsonbotCheckin
2014-02-13 07:16hudsonbotNote Added: 0064200
2014-02-13 07:16hudsonbotCheckin
2014-02-13 07:16hudsonbotNote Added: 0064205
2014-02-13 07:18shankarbReview Assigned To => shankarb
2014-02-13 07:18shankarbNote Added: 0064211
2014-02-13 07:18shankarbStatusresolved => closed
2014-02-13 07:18shankarbFixed in Version => 3.0MP32
2014-03-11 13:36egoitzRelationship addedrelated to 0025951
2014-04-07 17:13caristuRelationship addedrelated to 0026197

Notes
(0064077)
hgbot   
2014-02-12 16:11   
Repository: erp/devel/pi
Changeset: 09939d0a339ca16bc772e77b9610581389664cdd
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Feb 12 16:10:18 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/09939d0a339ca16bc772e77b9610581389664cdd [^]

Fixes issue 25581: Display logic is not working fine using auxiliary input

The problem was that the display logic was using an auxiliary input defined for the parent tab, but its value was being wrongly overwritten by the subtab (the tab being hidden/shown). I
t has been fixed by adding the subtab session properties only if they are not an auxiliary input in the parent tab.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0064078)
hgbot   
2014-02-12 16:37   
Repository: erp/devel/pi
Changeset: 4988331796f248edf192b4dd00995900b23d20aa
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Feb 12 16:37:31 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4988331796f248edf192b4dd00995900b23d20aa [^]

Related to issue 25581: Prevents refreshing the views redundantly

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0064084)
hgbot   
2014-02-12 17:26   
Repository: erp/devel/pi
Changeset: 9fe6f07fed7df89a16c080219cac19c1ce69ea2c
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Feb 12 17:25:36 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9fe6f07fed7df89a16c080219cac19c1ce69ea2c [^]

Related to issue 25581: Only refresh if the tabset was hidden

Otherwise the refresh is done automatically

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0064085)
caristu   
2014-02-12 18:05   
The Warehouse Picking List window is working fine after applying these fixes
(0064199)
hudsonbot   
2014-02-13 07:16   
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/76fb3237bc3a [^]
Maturity status: Test
(0064200)
hudsonbot   
2014-02-13 07:16   
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/76fb3237bc3a [^]
Maturity status: Test
(0064205)
hudsonbot   
2014-02-13 07:16   
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/76fb3237bc3a [^]
Maturity status: Test
(0064211)
shankarb   
2014-02-13 07:18   
Code reviewed and verified in pi changeset 083d67ea235a.